public class Organization extends AbstractEntity implements java.io.Serializable
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getChildIds()
Gets the list of Organizations (Ids) that are direct children of this Organization.
|
java.lang.String |
getDescription()
Gets the description for the Organization
|
java.util.List |
getMemberUserIds()
Gets list of Users (unique Ids) who are members of the Organization
Returns a copy.
|
java.lang.Long |
getParentId()
Gets unique identifier for the parent Organization of this Organization.
|
void |
setChildIds(java.util.List guidList)
Sets the list of Organizations (Ids) that are direct children of this Organization.
|
void |
setDescription(java.lang.String dStr)
Sets the description for the Organization
|
void |
setMemberUserIds(java.util.List guidList)
Sets list of Users (unique Ids) who are members of the Organization.
|
void |
setParentId(java.lang.Long guid)
Sets unique identifier for the parent Organization of this Organization.
|
getCreateDate, getCreatedBy, getId, getName, getUpdateDate, getUpdatedBy, setCreateDate, setCreatedBy, setId, setName, setUpdateDate, setUpdatedBy
public java.lang.String getDescription()
public void setDescription(java.lang.String dStr)
dStr
- the description to setpublic java.util.List getMemberUserIds()
public void setMemberUserIds(java.util.List guidList)
guidList
- the list of unique Ids of Users who are members of the Organizationpublic java.lang.Long getParentId()
public void setParentId(java.lang.Long guid)
guid
- Unique identifier for the parent Organization of this Organizationpublic java.util.List getChildIds()
public void setChildIds(java.util.List guidList)
guidList
- the list of Ids of Organizations (Ids) that are direct children of this Organization