@Entity public class OrganizationEntity extends AbstractEntity
DEFAULT_ORDER| 构造器和说明 |
|---|
OrganizationEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
String |
getDomain() |
OrganizationEntity |
getHigherLevel() |
String |
getHigherLevelId() |
void |
setDescription(String description) |
void |
setDomain(String domain) |
void |
setHigherLevel(OrganizationEntity higherLevel) |
getCreated, getDisplayOrder, getId, getName, getTenant, setCreated, setDisplayOrder, setId, setName, setTenantpublic OrganizationEntity getHigherLevel()
public void setHigherLevel(OrganizationEntity higherLevel)
public String getHigherLevelId()
public String getDescription()
public void setDescription(String description)
public String getDomain()
public void setDomain(String domain)
Copyright © 2018. All rights reserved.