@JSON(strict=true) public class DDMStructureVersionModelImpl extends BaseModelImpl<DDMStructureVersion> implements DDMStructureVersionModel
This implementation and its corresponding interface DDMStructureVersionModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStructureVersionImpl
.
DDMStructureVersionImpl
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static long |
STATUS_COLUMN_BITMASK |
static long |
STRUCTUREID_COLUMN_BITMASK |
static long |
STRUCTUREVERSIONID_COLUMN_BITMASK |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
VERSION_COLUMN_BITMASK |
Constructor and Description |
---|
DDMStructureVersionModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(DDMStructureVersion ddmStructureVersion) |
boolean |
equals(java.lang.Object object) |
java.util.Map<java.lang.String,java.util.function.Function<DDMStructureVersion,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMStructureVersion,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this ddm structure version.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm structure version.
|
DDMForm |
getDDMForm() |
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDefinition()
Returns the definition of this ddm structure version.
|
java.lang.String |
getDescription()
Returns the description of this ddm structure version.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this ddm structure version in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this ddm structure version in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this ddm structure version.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this ddm structure version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getName()
Returns the name of this ddm structure version.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this ddm structure version in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this ddm structure version in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this ddm structure version in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this ddm structure version.
|
int |
getOriginalStatus() |
long |
getOriginalStructureId() |
java.lang.String |
getOriginalVersion() |
long |
getParentStructureId()
Returns the parent structure ID of this ddm structure version.
|
long |
getPrimaryKey()
Returns the primary key of this ddm structure version.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
int |
getStatus()
Returns the status of this ddm structure version.
|
long |
getStatusByUserId()
Returns the status by user ID of this ddm structure version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this ddm structure version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ddm structure version.
|
java.util.Date |
getStatusDate()
Returns the status date of this ddm structure version.
|
java.lang.String |
getStorageType()
Returns the storage type of this ddm structure version.
|
long |
getStructureId()
Returns the structure ID of this ddm structure version.
|
long |
getStructureVersionId()
Returns the structure version ID of this ddm structure version.
|
int |
getType()
Returns the type of this ddm structure version.
|
long |
getUserId()
Returns the user ID of this ddm structure version.
|
java.lang.String |
getUserName()
Returns the user name of this ddm structure version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm structure version.
|
java.lang.String |
getVersion()
Returns the version of this ddm structure version.
|
int |
hashCode() |
boolean |
isApproved()
Returns
true if this ddm structure version is approved. |
boolean |
isDenied()
Returns
true if this ddm structure version is denied. |
boolean |
isDraft()
Returns
true if this ddm structure version is a draft. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isExpired()
Returns
true if this ddm structure version is expired. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isInactive()
Returns
true if this ddm structure version is inactive. |
boolean |
isIncomplete()
Returns
true if this ddm structure version is incomplete. |
boolean |
isPending()
Returns
true if this ddm structure version is pending. |
boolean |
isScheduled()
Returns
true if this ddm structure version is scheduled. |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm structure version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm structure version.
|
void |
setDDMForm(DDMForm ddmForm) |
void |
setDefinition(java.lang.String definition)
Sets the definition of this ddm structure version.
|
void |
setDescription(java.lang.String description)
Sets the description of this ddm structure version.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this ddm structure version in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this ddm structure version in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this ddm structure version from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this ddm structure version from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddm structure version.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setName(java.lang.String name)
Sets the name of this ddm structure version.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this ddm structure version in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this ddm structure version in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this ddm structure version from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this ddm structure version from the map of locales and localized names, and sets the default locale.
|
void |
setParentStructureId(long parentStructureId)
Sets the parent structure ID of this ddm structure version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm structure version.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setStatus(int status)
Sets the status of this ddm structure version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ddm structure version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this ddm structure version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ddm structure version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ddm structure version.
|
void |
setStorageType(java.lang.String storageType)
Sets the storage type of this ddm structure version.
|
void |
setStructureId(long structureId)
Sets the structure ID of this ddm structure version.
|
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this ddm structure version.
|
void |
setType(int type)
Sets the type of this ddm structure version.
|
void |
setUserId(long userId)
Sets the user ID of this ddm structure version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm structure version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm structure version.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddm structure version.
|
CacheModel<DDMStructureVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
DDMStructureVersion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
static DDMStructureVersion |
toModel(DDMStructureVersionSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<DDMStructureVersion> |
toModels(DDMStructureVersionSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long STATUS_COLUMN_BITMASK
public static final long STRUCTUREID_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long STRUCTUREVERSIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static DDMStructureVersion toModel(DDMStructureVersionSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<DDMStructureVersion> toModels(DDMStructureVersionSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
DDMStructureVersionModel
getPrimaryKey
in interface DDMStructureVersionModel
public void setPrimaryKey(long primaryKey)
DDMStructureVersionModel
setPrimaryKey
in interface DDMStructureVersionModel
primaryKey
- the primary key of this ddm structure versionpublic java.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface DDMStructureVersionModel
getPrimaryKeyObj
in interface BaseModel<DDMStructureVersion>
getPrimaryKeyObj
in interface ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface DDMStructureVersionModel
setPrimaryKeyObj
in interface BaseModel<DDMStructureVersion>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instancepublic java.lang.Class<?> getModelClass()
getModelClass
in interface ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface BaseModel<DDMStructureVersion>
getModelAttributes
in class BaseModelImpl<DDMStructureVersion>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface BaseModel<DDMStructureVersion>
setModelAttributes
in class BaseModelImpl<DDMStructureVersion>
public java.util.Map<java.lang.String,java.util.function.Function<DDMStructureVersion,java.lang.Object>> getAttributeGetterFunctions()
public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMStructureVersion,java.lang.Object>> getAttributeSetterBiConsumers()
@JSON public long getStructureVersionId()
DDMStructureVersionModel
getStructureVersionId
in interface DDMStructureVersionModel
public void setStructureVersionId(long structureVersionId)
DDMStructureVersionModel
setStructureVersionId
in interface DDMStructureVersionModel
structureVersionId
- the structure version ID of this ddm structure version@JSON public long getGroupId()
DDMStructureVersionModel
getGroupId
in interface DDMStructureVersionModel
public void setGroupId(long groupId)
DDMStructureVersionModel
setGroupId
in interface DDMStructureVersionModel
groupId
- the group ID of this ddm structure version@JSON public long getCompanyId()
DDMStructureVersionModel
getCompanyId
in interface DDMStructureVersionModel
getCompanyId
in interface ShardedModel
public void setCompanyId(long companyId)
DDMStructureVersionModel
setCompanyId
in interface DDMStructureVersionModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this ddm structure version@JSON public long getUserId()
DDMStructureVersionModel
getUserId
in interface DDMStructureVersionModel
public void setUserId(long userId)
DDMStructureVersionModel
setUserId
in interface DDMStructureVersionModel
userId
- the user ID of this ddm structure versionpublic java.lang.String getUserUuid()
DDMStructureVersionModel
getUserUuid
in interface DDMStructureVersionModel
public void setUserUuid(java.lang.String userUuid)
DDMStructureVersionModel
setUserUuid
in interface DDMStructureVersionModel
userUuid
- the user uuid of this ddm structure version@JSON public java.lang.String getUserName()
DDMStructureVersionModel
getUserName
in interface DDMStructureVersionModel
public void setUserName(java.lang.String userName)
DDMStructureVersionModel
setUserName
in interface DDMStructureVersionModel
userName
- the user name of this ddm structure version@JSON public java.util.Date getCreateDate()
DDMStructureVersionModel
getCreateDate
in interface DDMStructureVersionModel
public void setCreateDate(java.util.Date createDate)
DDMStructureVersionModel
setCreateDate
in interface DDMStructureVersionModel
createDate
- the create date of this ddm structure version@JSON public long getStructureId()
DDMStructureVersionModel
getStructureId
in interface DDMStructureVersionModel
public void setStructureId(long structureId)
DDMStructureVersionModel
setStructureId
in interface DDMStructureVersionModel
structureId
- the structure ID of this ddm structure versionpublic long getOriginalStructureId()
@JSON public java.lang.String getVersion()
DDMStructureVersionModel
getVersion
in interface DDMStructureVersionModel
public void setVersion(java.lang.String version)
DDMStructureVersionModel
setVersion
in interface DDMStructureVersionModel
version
- the version of this ddm structure versionpublic java.lang.String getOriginalVersion()
@JSON public long getParentStructureId()
DDMStructureVersionModel
getParentStructureId
in interface DDMStructureVersionModel
public void setParentStructureId(long parentStructureId)
DDMStructureVersionModel
setParentStructureId
in interface DDMStructureVersionModel
parentStructureId
- the parent structure ID of this ddm structure version@JSON public java.lang.String getName()
DDMStructureVersionModel
getName
in interface DDMStructureVersionModel
public java.lang.String getName(java.util.Locale locale)
DDMStructureVersionModel
getName
in interface DDMStructureVersionModel
locale
- the locale of the languagepublic java.lang.String getName(java.util.Locale locale, boolean useDefault)
DDMStructureVersionModel
getName
in interface DDMStructureVersionModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getName(java.lang.String languageId)
DDMStructureVersionModel
getName
in interface DDMStructureVersionModel
languageId
- the ID of the languagepublic java.lang.String getName(java.lang.String languageId, boolean useDefault)
DDMStructureVersionModel
getName
in interface DDMStructureVersionModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId
in interface DDMStructureVersionModel
@JSON public java.lang.String getNameCurrentValue()
getNameCurrentValue
in interface DDMStructureVersionModel
public java.util.Map<java.util.Locale,java.lang.String> getNameMap()
DDMStructureVersionModel
getNameMap
in interface DDMStructureVersionModel
public void setName(java.lang.String name)
DDMStructureVersionModel
setName
in interface DDMStructureVersionModel
name
- the name of this ddm structure versionpublic void setName(java.lang.String name, java.util.Locale locale)
DDMStructureVersionModel
setName
in interface DDMStructureVersionModel
name
- the localized name of this ddm structure versionlocale
- the locale of the languagepublic void setName(java.lang.String name, java.util.Locale locale, java.util.Locale defaultLocale)
DDMStructureVersionModel
setName
in interface DDMStructureVersionModel
name
- the localized name of this ddm structure versionlocale
- the locale of the languagedefaultLocale
- the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId
in interface DDMStructureVersionModel
public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
DDMStructureVersionModel
setNameMap
in interface DDMStructureVersionModel
nameMap
- the locales and localized names of this ddm structure versionpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Locale defaultLocale)
DDMStructureVersionModel
setNameMap
in interface DDMStructureVersionModel
nameMap
- the locales and localized names of this ddm structure versiondefaultLocale
- the default locale@JSON public java.lang.String getDescription()
DDMStructureVersionModel
getDescription
in interface DDMStructureVersionModel
public java.lang.String getDescription(java.util.Locale locale)
DDMStructureVersionModel
getDescription
in interface DDMStructureVersionModel
locale
- the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale, boolean useDefault)
DDMStructureVersionModel
getDescription
in interface DDMStructureVersionModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getDescription(java.lang.String languageId)
DDMStructureVersionModel
getDescription
in interface DDMStructureVersionModel
languageId
- the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId, boolean useDefault)
DDMStructureVersionModel
getDescription
in interface DDMStructureVersionModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId
in interface DDMStructureVersionModel
@JSON public java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface DDMStructureVersionModel
public java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
DDMStructureVersionModel
getDescriptionMap
in interface DDMStructureVersionModel
public void setDescription(java.lang.String description)
DDMStructureVersionModel
setDescription
in interface DDMStructureVersionModel
description
- the description of this ddm structure versionpublic void setDescription(java.lang.String description, java.util.Locale locale)
DDMStructureVersionModel
setDescription
in interface DDMStructureVersionModel
description
- the localized description of this ddm structure versionlocale
- the locale of the languagepublic void setDescription(java.lang.String description, java.util.Locale locale, java.util.Locale defaultLocale)
DDMStructureVersionModel
setDescription
in interface DDMStructureVersionModel
description
- the localized description of this ddm structure versionlocale
- the locale of the languagedefaultLocale
- the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId
in interface DDMStructureVersionModel
public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
DDMStructureVersionModel
setDescriptionMap
in interface DDMStructureVersionModel
descriptionMap
- the locales and localized descriptions of this ddm structure versionpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Locale defaultLocale)
DDMStructureVersionModel
setDescriptionMap
in interface DDMStructureVersionModel
descriptionMap
- the locales and localized descriptions of this ddm structure versiondefaultLocale
- the default locale@JSON public java.lang.String getDefinition()
DDMStructureVersionModel
getDefinition
in interface DDMStructureVersionModel
public void setDefinition(java.lang.String definition)
DDMStructureVersionModel
setDefinition
in interface DDMStructureVersionModel
definition
- the definition of this ddm structure version@JSON public java.lang.String getStorageType()
DDMStructureVersionModel
getStorageType
in interface DDMStructureVersionModel
public void setStorageType(java.lang.String storageType)
DDMStructureVersionModel
setStorageType
in interface DDMStructureVersionModel
storageType
- the storage type of this ddm structure version@JSON public int getType()
DDMStructureVersionModel
getType
in interface DDMStructureVersionModel
public void setType(int type)
DDMStructureVersionModel
setType
in interface DDMStructureVersionModel
type
- the type of this ddm structure version@JSON public int getStatus()
DDMStructureVersionModel
getStatus
in interface DDMStructureVersionModel
getStatus
in interface WorkflowedModel
public void setStatus(int status)
DDMStructureVersionModel
setStatus
in interface DDMStructureVersionModel
setStatus
in interface WorkflowedModel
status
- the status of this ddm structure versionpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
DDMStructureVersionModel
getStatusByUserId
in interface DDMStructureVersionModel
getStatusByUserId
in interface WorkflowedModel
public void setStatusByUserId(long statusByUserId)
DDMStructureVersionModel
setStatusByUserId
in interface DDMStructureVersionModel
setStatusByUserId
in interface WorkflowedModel
statusByUserId
- the status by user ID of this ddm structure versionpublic java.lang.String getStatusByUserUuid()
DDMStructureVersionModel
getStatusByUserUuid
in interface DDMStructureVersionModel
getStatusByUserUuid
in interface WorkflowedModel
public void setStatusByUserUuid(java.lang.String statusByUserUuid)
DDMStructureVersionModel
setStatusByUserUuid
in interface DDMStructureVersionModel
setStatusByUserUuid
in interface WorkflowedModel
statusByUserUuid
- the status by user uuid of this ddm structure version@JSON public java.lang.String getStatusByUserName()
DDMStructureVersionModel
getStatusByUserName
in interface DDMStructureVersionModel
getStatusByUserName
in interface WorkflowedModel
public void setStatusByUserName(java.lang.String statusByUserName)
DDMStructureVersionModel
setStatusByUserName
in interface DDMStructureVersionModel
setStatusByUserName
in interface WorkflowedModel
statusByUserName
- the status by user name of this ddm structure version@JSON public java.util.Date getStatusDate()
DDMStructureVersionModel
getStatusDate
in interface DDMStructureVersionModel
getStatusDate
in interface WorkflowedModel
public void setStatusDate(java.util.Date statusDate)
DDMStructureVersionModel
setStatusDate
in interface DDMStructureVersionModel
setStatusDate
in interface WorkflowedModel
statusDate
- the status date of this ddm structure versionpublic DDMForm getDDMForm()
public void setDDMForm(DDMForm ddmForm)
public boolean isApproved()
DDMStructureVersionModel
true
if this ddm structure version is approved.isApproved
in interface DDMStructureVersionModel
isApproved
in interface WorkflowedModel
true
if this ddm structure version is approved; false
otherwisepublic boolean isDenied()
DDMStructureVersionModel
true
if this ddm structure version is denied.isDenied
in interface DDMStructureVersionModel
isDenied
in interface WorkflowedModel
true
if this ddm structure version is denied; false
otherwisepublic boolean isDraft()
DDMStructureVersionModel
true
if this ddm structure version is a draft.isDraft
in interface DDMStructureVersionModel
isDraft
in interface WorkflowedModel
true
if this ddm structure version is a draft; false
otherwisepublic boolean isExpired()
DDMStructureVersionModel
true
if this ddm structure version is expired.isExpired
in interface DDMStructureVersionModel
isExpired
in interface WorkflowedModel
true
if this ddm structure version is expired; false
otherwisepublic boolean isInactive()
DDMStructureVersionModel
true
if this ddm structure version is inactive.isInactive
in interface DDMStructureVersionModel
isInactive
in interface WorkflowedModel
true
if this ddm structure version is inactive; false
otherwisepublic boolean isIncomplete()
DDMStructureVersionModel
true
if this ddm structure version is incomplete.isIncomplete
in interface DDMStructureVersionModel
isIncomplete
in interface WorkflowedModel
true
if this ddm structure version is incomplete; false
otherwisepublic boolean isPending()
DDMStructureVersionModel
true
if this ddm structure version is pending.isPending
in interface DDMStructureVersionModel
isPending
in interface WorkflowedModel
true
if this ddm structure version is pending; false
otherwisepublic boolean isScheduled()
DDMStructureVersionModel
true
if this ddm structure version is scheduled.isScheduled
in interface DDMStructureVersionModel
isScheduled
in interface WorkflowedModel
true
if this ddm structure version is scheduled; false
otherwisepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface DDMStructureVersionModel
getExpandoBridge
in interface BaseModel<DDMStructureVersion>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in class BaseModelImpl<DDMStructureVersion>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface DDMStructureVersionModel
setExpandoBridgeAttributes
in interface BaseModel<DDMStructureVersion>
setExpandoBridgeAttributes
in class BaseModelImpl<DDMStructureVersion>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface DDMStructureVersionModel
getAvailableLanguageIds
in interface LocalizedModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface DDMStructureVersionModel
getDefaultLanguageId
in interface LocalizedModel
public void prepareLocalizedFieldsForImport() throws LocaleException
prepareLocalizedFieldsForImport
in interface DDMStructureVersionModel
prepareLocalizedFieldsForImport
in interface LocalizedModel
LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws LocaleException
prepareLocalizedFieldsForImport
in interface DDMStructureVersionModel
prepareLocalizedFieldsForImport
in interface LocalizedModel
LocaleException
public DDMStructureVersion toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface DDMStructureVersionModel
toEscapedModel
in interface BaseModel<DDMStructureVersion>
toEscapedModel
in class BaseModelImpl<DDMStructureVersion>
AutoEscapeBeanHandler
public java.lang.Object clone()
BaseModel
clone
in interface DDMStructureVersionModel
clone
in interface BaseModel<DDMStructureVersion>
clone
in class BaseModelImpl<DDMStructureVersion>
public int compareTo(DDMStructureVersion ddmStructureVersion)
compareTo
in interface DDMStructureVersionModel
compareTo
in interface java.lang.Comparable<DDMStructureVersion>
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface DDMStructureVersionModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<DDMStructureVersion>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<DDMStructureVersion>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<DDMStructureVersion>
resetOriginalValues
in class BaseModelImpl<DDMStructureVersion>
public CacheModel<DDMStructureVersion> toCacheModel()
BaseModel
toCacheModel
in interface DDMStructureVersionModel
toCacheModel
in interface BaseModel<DDMStructureVersion>
toCacheModel
in class BaseModelImpl<DDMStructureVersion>
public java.lang.String toString()
toString
in interface DDMStructureVersionModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
BaseModel
toXmlString
in interface DDMStructureVersionModel
toXmlString
in interface BaseModel<DDMStructureVersion>