|
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.SCLicenseWrapper
public class SCLicenseWrapper
This class is a wrapper for SCLicense.
SCLicense,
Serialized Form| Constructor Summary | |
|---|---|
SCLicenseWrapper(SCLicense scLicense)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCLicense scLicense)
|
boolean |
getActive()
Gets the active of this s c license. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getLicenseId()
Gets the license id of this s c license. |
String |
getName()
Gets the name of this s c license. |
boolean |
getOpenSource()
Gets the open source of this s c license. |
long |
getPrimaryKey()
Gets the primary key of this s c license. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getRecommended()
Gets the recommended of this s c license. |
String |
getUrl()
Gets the url of this s c license. |
SCLicense |
getWrappedSCLicense()
|
int |
hashCode()
|
boolean |
isActive()
Determines whether this s c license 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. |
boolean |
isOpenSource()
Determines whether this s c license is open source. |
boolean |
isRecommended()
Determines whether this s c license is recommended. |
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 |
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 |
setLicenseId(long licenseId)
Sets the license id of this s c license. |
void |
setName(String name)
Sets the name of this s c license. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setOpenSource(boolean openSource)
Sets whether this {$entity.humanName} is open source. |
void |
setPrimaryKey(long pk)
Sets the primary key of this s c license |
void |
setRecommended(boolean recommended)
Sets whether this {$entity.humanName} is recommended. |
void |
setUrl(String url)
Sets the url of this s c license. |
SCLicense |
toEscapedModel()
Gets a copy of this s c license 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 SCLicenseWrapper(SCLicense scLicense)
| Method Detail |
|---|
public long getPrimaryKey()
SCLicenseModel
getPrimaryKey in interface SCLicenseModelpublic void setPrimaryKey(long pk)
SCLicenseModel
setPrimaryKey in interface SCLicenseModelpk - the primary key of this s c licensepublic long getLicenseId()
SCLicenseModel
getLicenseId in interface SCLicenseModelpublic void setLicenseId(long licenseId)
SCLicenseModel
setLicenseId in interface SCLicenseModellicenseId - the license id of this s c licensepublic String getName()
SCLicenseModel
getName in interface SCLicenseModelpublic void setName(String name)
SCLicenseModel
setName in interface SCLicenseModelname - the name of this s c licensepublic String getUrl()
SCLicenseModel
getUrl in interface SCLicenseModelpublic void setUrl(String url)
SCLicenseModel
setUrl in interface SCLicenseModelurl - the url of this s c licensepublic boolean getOpenSource()
SCLicenseModel
getOpenSource in interface SCLicenseModelpublic boolean isOpenSource()
SCLicenseModel
isOpenSource in interface SCLicenseModelpublic void setOpenSource(boolean openSource)
SCLicenseModel
setOpenSource in interface SCLicenseModelopenSource - the open source of this s c licensepublic boolean getActive()
SCLicenseModel
getActive in interface SCLicenseModelpublic boolean isActive()
SCLicenseModel
isActive in interface SCLicenseModelpublic void setActive(boolean active)
SCLicenseModel
setActive in interface SCLicenseModelactive - the active of this s c licensepublic boolean getRecommended()
SCLicenseModel
getRecommended in interface SCLicenseModelpublic boolean isRecommended()
SCLicenseModel
isRecommended in interface SCLicenseModelpublic void setRecommended(boolean recommended)
SCLicenseModel
setRecommended in interface SCLicenseModelrecommended - the recommended of this s c licensepublic SCLicense toEscapedModel()
SCLicenseModelAutoEscapeBeanHandler.
toEscapedModel in interface SCLicenseModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SCLicense>isNew in interface SCLicenseModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SCLicense>setNew in interface SCLicenseModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SCLicense>isCachedModel in interface SCLicenseModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCLicense>setCachedModel in interface SCLicenseModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SCLicense>isEscapedModel in interface SCLicenseModeltrue 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<SCLicense>setEscapedModel in interface SCLicenseModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCLicense>getPrimaryKeyObj in interface SCLicenseModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCLicense>getExpandoBridge in interface SCLicenseModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCLicense>setExpandoBridgeAttributes in interface SCLicenseModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCLicense>clone in interface SCLicenseModelclone in class Objectpublic int compareTo(SCLicense scLicense)
compareTo in interface SCLicenseModelcompareTo in interface Comparable<SCLicense>public int hashCode()
hashCode in interface SCLicenseModelhashCode in class Objectpublic String toString()
toString in interface SCLicenseModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCLicense>toXmlString in interface SCLicenseModelpublic SCLicense getWrappedSCLicense()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||