|
Liferay 6.0.5 | |||||||||
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 |
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 SCFrameworkVersionModel
public void setPrimaryKey(long pk)
SCFrameworkVersionModel
setPrimaryKey
in interface SCFrameworkVersionModel
pk
- the primary key of this s c framework versionpublic long getFrameworkVersionId()
SCFrameworkVersionModel
getFrameworkVersionId
in interface SCFrameworkVersionModel
public void setFrameworkVersionId(long frameworkVersionId)
SCFrameworkVersionModel
setFrameworkVersionId
in interface SCFrameworkVersionModel
frameworkVersionId
- the framework version id of this s c framework versionpublic long getGroupId()
SCFrameworkVersionModel
getGroupId
in interface SCFrameworkVersionModel
public void setGroupId(long groupId)
SCFrameworkVersionModel
setGroupId
in interface SCFrameworkVersionModel
groupId
- the group id of this s c framework versionpublic long getCompanyId()
SCFrameworkVersionModel
getCompanyId
in interface SCFrameworkVersionModel
public void setCompanyId(long companyId)
SCFrameworkVersionModel
setCompanyId
in interface SCFrameworkVersionModel
companyId
- the company id of this s c framework versionpublic long getUserId()
SCFrameworkVersionModel
getUserId
in interface SCFrameworkVersionModel
public void setUserId(long userId)
SCFrameworkVersionModel
setUserId
in interface SCFrameworkVersionModel
userId
- the user id of this s c framework versionpublic String getUserUuid() throws SystemException
SCFrameworkVersionModel
getUserUuid
in interface SCFrameworkVersionModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
SCFrameworkVersionModel
setUserUuid
in interface SCFrameworkVersionModel
userUuid
- the user uuid of this s c framework versionpublic String getUserName()
SCFrameworkVersionModel
getUserName
in interface SCFrameworkVersionModel
public void setUserName(String userName)
SCFrameworkVersionModel
setUserName
in interface SCFrameworkVersionModel
userName
- the user name of this s c framework versionpublic Date getCreateDate()
SCFrameworkVersionModel
getCreateDate
in interface SCFrameworkVersionModel
public void setCreateDate(Date createDate)
SCFrameworkVersionModel
setCreateDate
in interface SCFrameworkVersionModel
createDate
- the create date of this s c framework versionpublic Date getModifiedDate()
SCFrameworkVersionModel
getModifiedDate
in interface SCFrameworkVersionModel
public void setModifiedDate(Date modifiedDate)
SCFrameworkVersionModel
setModifiedDate
in interface SCFrameworkVersionModel
modifiedDate
- the modified date of this s c framework versionpublic String getName()
SCFrameworkVersionModel
getName
in interface SCFrameworkVersionModel
public void setName(String name)
SCFrameworkVersionModel
setName
in interface SCFrameworkVersionModel
name
- the name of this s c framework versionpublic String getUrl()
SCFrameworkVersionModel
getUrl
in interface SCFrameworkVersionModel
public void setUrl(String url)
SCFrameworkVersionModel
setUrl
in interface SCFrameworkVersionModel
url
- the url of this s c framework versionpublic boolean getActive()
SCFrameworkVersionModel
getActive
in interface SCFrameworkVersionModel
public boolean isActive()
SCFrameworkVersionModel
isActive
in interface SCFrameworkVersionModel
public void setActive(boolean active)
SCFrameworkVersionModel
setActive
in interface SCFrameworkVersionModel
active
- the active of this s c framework versionpublic int getPriority()
SCFrameworkVersionModel
getPriority
in interface SCFrameworkVersionModel
public void setPriority(int priority)
SCFrameworkVersionModel
setPriority
in interface SCFrameworkVersionModel
priority
- the priority of this s c framework versionpublic SCFrameworkVersion toEscapedModel()
SCFrameworkVersionModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface SCFrameworkVersionModel
AutoEscapeBeanHandler
public boolean isNew()
BaseModel
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
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
isEscapedModel
in interface BaseModel<SCFrameworkVersion>
isEscapedModel
in interface SCFrameworkVersionModel
true
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 SCFrameworkVersionModel
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SCFrameworkVersion>
getPrimaryKeyObj
in interface SCFrameworkVersionModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SCFrameworkVersion>
getExpandoBridge
in interface SCFrameworkVersionModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SCFrameworkVersion>
setExpandoBridgeAttributes
in interface SCFrameworkVersionModel
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString
in interface SCFrameworkVersionModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SCFrameworkVersion>
toXmlString
in interface SCFrameworkVersionModel
public SCFrameworkVersion getWrappedSCFrameworkVersion()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |