|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.softwarecatalog.model.SCFrameworkVersionWrapper
public class SCFrameworkVersionWrapper
This class is a wrapper for SCFrameworkVersion
.
SCFrameworkVersion
,
Serialized FormConstructor Summary | |
---|---|
SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCFrameworkVersion scFrameworkVersion)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
Returns the active of this s c framework version. |
long |
getCompanyId()
Returns the company ID of this s c framework version. |
Date |
getCreateDate()
Returns the create date of this s c framework version. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFrameworkVersionId()
Returns the framework version ID of this s c framework version. |
long |
getGroupId()
Returns the group ID of this s c framework version. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this s c framework version. |
String |
getName()
Returns the name of this s c framework version. |
long |
getPrimaryKey()
Returns the primary key of this s c framework version. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getPriority()
Returns the priority of this s c framework version. |
String |
getUrl()
Returns the url of this s c framework version. |
long |
getUserId()
Returns the user ID of this s c framework version. |
String |
getUserName()
Returns the user name of this s c framework version. |
String |
getUserUuid()
Returns the user uuid of this s c framework version. |
SCFrameworkVersion |
getWrappedModel()
|
SCFrameworkVersion |
getWrappedSCFrameworkVersion()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isActive()
Returns true if this s c framework version is active. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this s c framework version is active. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this s c framework version. |
void |
setCreateDate(Date createDate)
Sets the create date of this s c framework version. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFrameworkVersionId(long frameworkVersionId)
Sets the framework version ID of this s c framework version. |
void |
setGroupId(long groupId)
Sets the group ID of this s c framework version. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this s c framework version. |
void |
setName(String name)
Sets the name of this s c framework version. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this s c framework version. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPriority(int priority)
Sets the priority of this s c framework version. |
void |
setUrl(String url)
Sets the url of this s c framework version. |
void |
setUserId(long userId)
Sets the user ID of this s c framework version. |
void |
setUserName(String userName)
Sets the user name of this s c framework version. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this s c framework version. |
CacheModel<SCFrameworkVersion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SCFrameworkVersion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
SCFrameworkVersion |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<SCFrameworkVersion>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<SCFrameworkVersion>
public long getPrimaryKey()
getPrimaryKey
in interface SCFrameworkVersionModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SCFrameworkVersionModel
primaryKey
- the primary key of this s c framework versionpublic long getFrameworkVersionId()
getFrameworkVersionId
in interface SCFrameworkVersionModel
public void setFrameworkVersionId(long frameworkVersionId)
setFrameworkVersionId
in interface SCFrameworkVersionModel
frameworkVersionId
- the framework version ID of this s c framework versionpublic long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface SCFrameworkVersionModel
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface SCFrameworkVersionModel
groupId
- the group ID of this s c framework versionpublic long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface SCFrameworkVersionModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface SCFrameworkVersionModel
companyId
- the company ID of this s c framework versionpublic long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface SCFrameworkVersionModel
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface SCFrameworkVersionModel
userId
- the user ID of this s c framework versionpublic String getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
getUserUuid
in interface SCFrameworkVersionModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface SCFrameworkVersionModel
userUuid
- the user uuid of this s c framework versionpublic String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface SCFrameworkVersionModel
public void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface SCFrameworkVersionModel
userName
- the user name of this s c framework versionpublic Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface SCFrameworkVersionModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface SCFrameworkVersionModel
createDate
- the create date of this s c framework versionpublic Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface SCFrameworkVersionModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface SCFrameworkVersionModel
modifiedDate
- the modified date of this s c framework versionpublic String getName()
getName
in interface SCFrameworkVersionModel
public void setName(String name)
setName
in interface SCFrameworkVersionModel
name
- the name of this s c framework versionpublic String getUrl()
getUrl
in interface SCFrameworkVersionModel
public void setUrl(String url)
setUrl
in interface SCFrameworkVersionModel
url
- the url of this s c framework versionpublic boolean getActive()
getActive
in interface SCFrameworkVersionModel
public boolean isActive()
true
if this s c framework version is active.
isActive
in interface SCFrameworkVersionModel
true
if this s c framework version is active; false
otherwisepublic void setActive(boolean active)
setActive
in interface SCFrameworkVersionModel
active
- the active of this s c framework versionpublic int getPriority()
getPriority
in interface SCFrameworkVersionModel
public void setPriority(int priority)
setPriority
in interface SCFrameworkVersionModel
priority
- the priority of this s c framework versionpublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<SCFrameworkVersion>
isNew
in interface SCFrameworkVersionModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<SCFrameworkVersion>
setNew
in interface SCFrameworkVersionModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<SCFrameworkVersion>
isCachedModel
in interface SCFrameworkVersionModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<SCFrameworkVersion>
setCachedModel
in interface SCFrameworkVersionModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<SCFrameworkVersion>
isEscapedModel
in interface SCFrameworkVersionModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SCFrameworkVersion>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface SCFrameworkVersionModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<SCFrameworkVersion>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface SCFrameworkVersionModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SCFrameworkVersion>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface SCFrameworkVersionModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SCFrameworkVersion>
setExpandoBridgeAttributes
in interface SCFrameworkVersionModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<SCFrameworkVersion>
clone
in interface SCFrameworkVersionModel
clone
in class Object
public int compareTo(SCFrameworkVersion scFrameworkVersion)
compareTo
in interface SCFrameworkVersionModel
compareTo
in interface Comparable<SCFrameworkVersion>
public int hashCode()
hashCode
in interface SCFrameworkVersionModel
hashCode
in class Object
public CacheModel<SCFrameworkVersion> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<SCFrameworkVersion>
toCacheModel
in interface SCFrameworkVersionModel
public SCFrameworkVersion toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<SCFrameworkVersion>
toEscapedModel
in interface SCFrameworkVersionModel
AutoEscapeBeanHandler
public SCFrameworkVersion toUnescapedModel()
toUnescapedModel
in interface BaseModel<SCFrameworkVersion>
toUnescapedModel
in interface SCFrameworkVersionModel
public String toString()
toString
in interface SCFrameworkVersionModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SCFrameworkVersion>
toXmlString
in interface SCFrameworkVersionModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic boolean equals(Object obj)
equals
in class Object
public SCFrameworkVersion getWrappedSCFrameworkVersion()
getWrappedModel()
public SCFrameworkVersion getWrappedModel()
getWrappedModel
in interface ModelWrapper<SCFrameworkVersion>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<SCFrameworkVersion>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |