public class EntityAlias extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
entType |
protected String |
fullName |
protected String |
remarks |
Constructor and Description |
---|
EntityAlias() |
Modifier and Type | Method and Description |
---|---|
String |
getEntType()
Gets the value of the entType property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getRemarks()
Gets the value of the remarks property.
|
void |
setEntType(String value)
Sets the value of the entType property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setRemarks(String value)
Sets the value of the remarks property.
|
protected String fullName
protected String entType
protected String remarks
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getEntType()
String
public void setEntType(String value)
value
- allowed object is
String
public String getRemarks()
String
Copyright © 2022. All rights reserved.