@ProviderType public interface ClassNameModel extends BaseModel<ClassName>, MVCCModel, TypedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ClassNameModelImpl
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.ClassNameImpl
.
ClassName
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the fully qualified class name of this class name.
|
long |
getClassNameId()
Returns the class name ID of this class name.
|
long |
getMvccVersion()
Returns the mvcc version of this class name.
|
long |
getPrimaryKey()
Returns the primary key of this class name.
|
String |
getValue()
Returns the value of this class name.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this class name.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this class name.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this class name.
|
void |
setValue(String value)
Sets the value of this class name.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this class namelong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this class nameString getClassName()
getClassName
in interface TypedModel
void setClassName(String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this class name@AutoEscape String getValue()
void setValue(String value)
value
- the value of this class name