@ProviderType public interface OrganizationModel extends BaseModel<Organization>, MVCCModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.OrganizationModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.OrganizationImpl
.
Organization
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Returns the comments of this organization.
|
long |
getCompanyId()
Returns the company ID of this organization.
|
long |
getCountryId()
Returns the country ID of this organization.
|
Date |
getCreateDate()
Returns the create date of this organization.
|
String |
getExternalReferenceCode()
Returns the external reference code of this organization.
|
long |
getLogoId()
Returns the logo ID of this organization.
|
Date |
getModifiedDate()
Returns the modified date of this organization.
|
long |
getMvccVersion()
Returns the mvcc version of this organization.
|
String |
getName()
Returns the name of this organization.
|
long |
getOrganizationId()
Returns the organization ID of this organization.
|
long |
getParentOrganizationId()
Returns the parent organization ID of this organization.
|
long |
getPrimaryKey()
Returns the primary key of this organization.
|
boolean |
getRecursable()
Returns the recursable of this organization.
|
long |
getRegionId()
Returns the region ID of this organization.
|
long |
getStatusId()
Returns the status ID of this organization.
|
String |
getTreePath()
Returns the tree path of this organization.
|
String |
getType()
Returns the type of this organization.
|
long |
getUserId()
Returns the user ID of this organization.
|
String |
getUserName()
Returns the user name of this organization.
|
String |
getUserUuid()
Returns the user uuid of this organization.
|
String |
getUuid()
Returns the uuid of this organization.
|
boolean |
isRecursable()
Returns
true if this organization is recursable. |
void |
setComments(String comments)
Sets the comments of this organization.
|
void |
setCompanyId(long companyId)
Sets the company ID of this organization.
|
void |
setCountryId(long countryId)
Sets the country ID of this organization.
|
void |
setCreateDate(Date createDate)
Sets the create date of this organization.
|
void |
setExternalReferenceCode(String externalReferenceCode)
Sets the external reference code of this organization.
|
void |
setLogoId(long logoId)
Sets the logo ID of this organization.
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this organization.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this organization.
|
void |
setName(String name)
Sets the name of this organization.
|
void |
setOrganizationId(long organizationId)
Sets the organization ID of this organization.
|
void |
setParentOrganizationId(long parentOrganizationId)
Sets the parent organization ID of this organization.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this organization.
|
void |
setRecursable(boolean recursable)
Sets whether this organization is recursable.
|
void |
setRegionId(long regionId)
Sets the region ID of this organization.
|
void |
setStatusId(long statusId)
Sets the status ID of this organization.
|
void |
setTreePath(String treePath)
Sets the tree path of this organization.
|
void |
setType(String type)
Sets the type of this organization.
|
void |
setUserId(long userId)
Sets the user ID of this organization.
|
void |
setUserName(String userName)
Sets the user name of this organization.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this organization.
|
void |
setUuid(String uuid)
Sets the uuid of this organization.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
clone, getStagedModelType
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this organizationlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this organization@AutoEscape String getUuid()
getUuid
in interface StagedModel
void setUuid(String uuid)
setUuid
in interface StagedModel
uuid
- the uuid of this organization@AutoEscape String getExternalReferenceCode()
void setExternalReferenceCode(String externalReferenceCode)
externalReferenceCode
- the external reference code of this organizationlong getOrganizationId()
void setOrganizationId(long organizationId)
organizationId
- the organization ID of this organizationlong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this organizationlong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this organizationString getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this organization@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this organizationDate getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface StagedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface StagedModel
createDate
- the create date of this organizationDate getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface StagedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date of this organizationlong getParentOrganizationId()
void setParentOrganizationId(long parentOrganizationId)
parentOrganizationId
- the parent organization ID of this organization@AutoEscape String getTreePath()
void setTreePath(String treePath)
treePath
- the tree path of this organization@AutoEscape String getName()
void setName(String name)
name
- the name of this organizationString getType()
void setType(String type)
type
- the type of this organizationboolean getRecursable()
boolean isRecursable()
true
if this organization is recursable.true
if this organization is recursable; false
otherwisevoid setRecursable(boolean recursable)
recursable
- the recursable of this organizationlong getRegionId()
void setRegionId(long regionId)
regionId
- the region ID of this organizationlong getCountryId()
void setCountryId(long countryId)
countryId
- the country ID of this organizationlong getStatusId()
void setStatusId(long statusId)
statusId
- the status ID of this organization@AutoEscape String getComments()
void setComments(String comments)
comments
- the comments of this organizationlong getLogoId()
void setLogoId(long logoId)
logoId
- the logo ID of this organization