|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.model.SCLicenseWrapper
@ProviderType public class SCLicenseWrapper
This class is a wrapper for SCLicense.
SCLicense,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portlet.softwarecatalog.model.SCLicense |
|---|
LICENSE_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
SCLicenseWrapper(SCLicense scLicense)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCLicense scLicense)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
Returns the active of this s c license. |
long |
getCompanyId()
Returns the company ID of this s c license. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getLicenseId()
Returns the license ID of this s c license. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getName()
Returns the name of this s c license. |
boolean |
getOpenSource()
Returns the open source of this s c license. |
long |
getPrimaryKey()
Returns the primary key of this s c license. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getRecommended()
Returns the recommended of this s c license. |
String |
getUrl()
Returns the url of this s c license. |
SCLicense |
getWrappedModel()
|
SCLicense |
getWrappedSCLicense()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
int |
hashCode()
|
boolean |
isActive()
Returns true if this s c license is active. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isOpenSource()
Returns true if this s c license is open source. |
boolean |
isRecommended()
Returns true if this s c license is recommended. |
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 license 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 license. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 |
setModelAttributes(Map<String,Object> attributes)
|
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 s c license is open source. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this s c license. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRecommended(boolean recommended)
Sets whether this s c license is recommended. |
void |
setUrl(String url)
Sets the url of this s c license. |
CacheModel<SCLicense> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SCLicense |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
SCLicense |
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 SCLicenseWrapper(SCLicense scLicense)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCLicense>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SCLicense>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 boolean getActive()
getActive in interface SCLicenseModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface SCLicenseModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCLicense>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCLicenseModelpublic long getLicenseId()
getLicenseId in interface SCLicenseModelpublic String getName()
getName in interface SCLicenseModelpublic boolean getOpenSource()
getOpenSource in interface SCLicenseModelpublic long getPrimaryKey()
getPrimaryKey in interface SCLicenseModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCLicense>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCLicenseModelpublic boolean getRecommended()
getRecommended in interface SCLicenseModelpublic String getUrl()
getUrl in interface SCLicenseModelpublic int hashCode()
hashCode in interface SCLicenseModelhashCode in class Objectpublic boolean isActive()
true if this s c license is active.
isActive in interface SCLicenseModeltrue if this s c license is active; false otherwisepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SCLicense>isCachedModel in interface SCLicenseModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SCLicense>isEscapedModel in interface SCLicenseModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SCLicense>isNew in interface SCLicenseModeltrue if this model instance does not yet exist in
the database; false otherwisepublic boolean isOpenSource()
true if this s c license is open source.
isOpenSource in interface SCLicenseModeltrue if this s c license is open source; false otherwisepublic boolean isRecommended()
true if this s c license is recommended.
isRecommended in interface SCLicenseModeltrue if this s c license is recommended; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setActive(boolean active)
setActive in interface SCLicenseModelactive - the active of this s c licensepublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCLicense>setCachedModel in interface SCLicenseModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface SCLicenseModelcompanyId - the company ID of this s c licensepublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCLicense>setExpandoBridgeAttributes in interface SCLicenseModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCLicense>setExpandoBridgeAttributes in interface SCLicenseModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCLicense>setExpandoBridgeAttributes in interface SCLicenseModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setLicenseId(long licenseId)
setLicenseId in interface SCLicenseModellicenseId - the license ID of this s c licensepublic void setName(String name)
setName in interface SCLicenseModelname - the name of this s c licensepublic 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 void setOpenSource(boolean openSource)
setOpenSource in interface SCLicenseModelopenSource - the open source of this s c licensepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SCLicenseModelprimaryKey - the primary key of this s c licensepublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCLicense>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCLicenseModelprimaryKeyObj - the primary key of this model instancepublic void setRecommended(boolean recommended)
setRecommended in interface SCLicenseModelrecommended - the recommended of this s c licensepublic void setUrl(String url)
setUrl in interface SCLicenseModelurl - the url of this s c licensepublic CacheModel<SCLicense> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCLicense>toCacheModel in interface SCLicenseModelpublic SCLicense toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCLicense>toEscapedModel in interface SCLicenseModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SCLicenseModeltoString in class Objectpublic SCLicense toUnescapedModel()
toUnescapedModel in interface BaseModel<SCLicense>toUnescapedModel in interface SCLicenseModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCLicense>toXmlString in interface SCLicenseModelpublic boolean equals(Object obj)
equals in class Object@Deprecated public SCLicense getWrappedSCLicense()
getWrappedModel()
public SCLicense getWrappedModel()
getWrappedModel in interface ModelWrapper<SCLicense>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<SCLicense>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<SCLicense>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCLicense>
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||