|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.model.SCFrameworkVersionWrapper
public class SCFrameworkVersionWrapper
This class is a wrapper for SCFrameworkVersion.
SCFrameworkVersion,
Serialized Form| Constructor Summary | |
|---|---|
SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCFrameworkVersion scFrameworkVersion)
|
boolean |
getActive()
Gets the active of this s c framework version. |
long |
getCompanyId()
Gets the company id of this s c framework version. |
Date |
getCreateDate()
Gets the create date of this s c framework version. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFrameworkVersionId()
Gets the framework version id of this s c framework version. |
long |
getGroupId()
Gets the group id of this s c framework version. |
Date |
getModifiedDate()
Gets the modified date of this s c framework version. |
String |
getName()
Gets the name of this s c framework version. |
long |
getPrimaryKey()
Gets the primary key of this s c framework version. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getPriority()
Gets the priority of this s c framework version. |
String |
getUrl()
Gets the url of this s c framework version. |
long |
getUserId()
Gets the user id of this s c framework version. |
String |
getUserName()
Gets the user name of this s c framework version. |
String |
getUserUuid()
Gets the user uuid of this s c framework version. |
SCFrameworkVersion |
getWrappedSCFrameworkVersion()
|
int |
hashCode()
|
boolean |
isActive()
Determines whether this s c framework version is active. |
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setActive(boolean active)
Sets whether this {$entity.humanName} 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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
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 pk)
Sets the primary key of this s c framework version |
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. |
SCFrameworkVersion |
toEscapedModel()
Gets a copy of this s c framework version as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCFrameworkVersionWrapper(SCFrameworkVersion scFrameworkVersion)
| Method Detail |
|---|
public long getPrimaryKey()
SCFrameworkVersionModel
getPrimaryKey in interface SCFrameworkVersionModelpublic void setPrimaryKey(long pk)
SCFrameworkVersionModel
setPrimaryKey in interface SCFrameworkVersionModelpk - the primary key of this s c framework versionpublic long getFrameworkVersionId()
SCFrameworkVersionModel
getFrameworkVersionId in interface SCFrameworkVersionModelpublic void setFrameworkVersionId(long frameworkVersionId)
SCFrameworkVersionModel
setFrameworkVersionId in interface SCFrameworkVersionModelframeworkVersionId - the framework version id of this s c framework versionpublic long getGroupId()
SCFrameworkVersionModel
getGroupId in interface SCFrameworkVersionModelpublic void setGroupId(long groupId)
SCFrameworkVersionModel
setGroupId in interface SCFrameworkVersionModelgroupId - the group id of this s c framework versionpublic long getCompanyId()
SCFrameworkVersionModel
getCompanyId in interface SCFrameworkVersionModelpublic void setCompanyId(long companyId)
SCFrameworkVersionModel
setCompanyId in interface SCFrameworkVersionModelcompanyId - the company id of this s c framework versionpublic long getUserId()
SCFrameworkVersionModel
getUserId in interface SCFrameworkVersionModelpublic void setUserId(long userId)
SCFrameworkVersionModel
setUserId in interface SCFrameworkVersionModeluserId - the user id of this s c framework version
public String getUserUuid()
throws SystemException
SCFrameworkVersionModel
getUserUuid in interface SCFrameworkVersionModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SCFrameworkVersionModel
setUserUuid in interface SCFrameworkVersionModeluserUuid - the user uuid of this s c framework versionpublic String getUserName()
SCFrameworkVersionModel
getUserName in interface SCFrameworkVersionModelpublic void setUserName(String userName)
SCFrameworkVersionModel
setUserName in interface SCFrameworkVersionModeluserName - the user name of this s c framework versionpublic Date getCreateDate()
SCFrameworkVersionModel
getCreateDate in interface SCFrameworkVersionModelpublic void setCreateDate(Date createDate)
SCFrameworkVersionModel
setCreateDate in interface SCFrameworkVersionModelcreateDate - the create date of this s c framework versionpublic Date getModifiedDate()
SCFrameworkVersionModel
getModifiedDate in interface SCFrameworkVersionModelpublic void setModifiedDate(Date modifiedDate)
SCFrameworkVersionModel
setModifiedDate in interface SCFrameworkVersionModelmodifiedDate - the modified date of this s c framework versionpublic String getName()
SCFrameworkVersionModel
getName in interface SCFrameworkVersionModelpublic void setName(String name)
SCFrameworkVersionModel
setName in interface SCFrameworkVersionModelname - the name of this s c framework versionpublic String getUrl()
SCFrameworkVersionModel
getUrl in interface SCFrameworkVersionModelpublic void setUrl(String url)
SCFrameworkVersionModel
setUrl in interface SCFrameworkVersionModelurl - the url of this s c framework versionpublic boolean getActive()
SCFrameworkVersionModel
getActive in interface SCFrameworkVersionModelpublic boolean isActive()
SCFrameworkVersionModel
isActive in interface SCFrameworkVersionModelpublic void setActive(boolean active)
SCFrameworkVersionModel
setActive in interface SCFrameworkVersionModelactive - the active of this s c framework versionpublic int getPriority()
SCFrameworkVersionModel
getPriority in interface SCFrameworkVersionModelpublic void setPriority(int priority)
SCFrameworkVersionModel
setPriority in interface SCFrameworkVersionModelpriority - the priority of this s c framework versionpublic SCFrameworkVersion toEscapedModel()
SCFrameworkVersionModelAutoEscapeBeanHandler.
toEscapedModel in interface SCFrameworkVersionModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SCFrameworkVersion>isNew in interface SCFrameworkVersionModeltrue 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 SCFrameworkVersionModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SCFrameworkVersion>isCachedModel in interface SCFrameworkVersionModeltrue 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 SCFrameworkVersionModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SCFrameworkVersion>isEscapedModel in interface SCFrameworkVersionModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SCFrameworkVersion>setEscapedModel in interface SCFrameworkVersionModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCFrameworkVersion>getPrimaryKeyObj in interface SCFrameworkVersionModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCFrameworkVersion>getExpandoBridge in interface SCFrameworkVersionModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCFrameworkVersion>setExpandoBridgeAttributes in interface SCFrameworkVersionModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCFrameworkVersion>clone in interface SCFrameworkVersionModelclone in class Objectpublic int compareTo(SCFrameworkVersion scFrameworkVersion)
compareTo in interface SCFrameworkVersionModelcompareTo in interface Comparable<SCFrameworkVersion>public int hashCode()
hashCode in interface SCFrameworkVersionModelhashCode in class Objectpublic String toString()
toString in interface SCFrameworkVersionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCFrameworkVersion>toXmlString in interface SCFrameworkVersionModelpublic SCFrameworkVersion getWrappedSCFrameworkVersion()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||