|
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.SCLicenseWrapper
public class SCLicenseWrapper
This class is a wrapper for SCLicense
.
SCLicense
,
Serialized FormConstructor 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. |
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. Renamed to 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 |
isEscapedModel()
Returns true if this model instance is escaped. |
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 |
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 ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<SCLicense>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<SCLicense>
public long getPrimaryKey()
getPrimaryKey
in interface SCLicenseModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SCLicenseModel
primaryKey
- the primary key of this s c licensepublic long getLicenseId()
getLicenseId
in interface SCLicenseModel
public void setLicenseId(long licenseId)
setLicenseId
in interface SCLicenseModel
licenseId
- the license ID of this s c licensepublic String getName()
getName
in interface SCLicenseModel
public void setName(String name)
setName
in interface SCLicenseModel
name
- the name of this s c licensepublic String getUrl()
getUrl
in interface SCLicenseModel
public void setUrl(String url)
setUrl
in interface SCLicenseModel
url
- the url of this s c licensepublic boolean getOpenSource()
getOpenSource
in interface SCLicenseModel
public boolean isOpenSource()
true
if this s c license is open source.
isOpenSource
in interface SCLicenseModel
true
if this s c license is open source; false
otherwisepublic void setOpenSource(boolean openSource)
setOpenSource
in interface SCLicenseModel
openSource
- the open source of this s c licensepublic boolean getActive()
getActive
in interface SCLicenseModel
public boolean isActive()
true
if this s c license is active.
isActive
in interface SCLicenseModel
true
if this s c license is active; false
otherwisepublic void setActive(boolean active)
setActive
in interface SCLicenseModel
active
- the active of this s c licensepublic boolean getRecommended()
getRecommended
in interface SCLicenseModel
public boolean isRecommended()
true
if this s c license is recommended.
isRecommended
in interface SCLicenseModel
true
if this s c license is recommended; false
otherwisepublic void setRecommended(boolean recommended)
setRecommended
in interface SCLicenseModel
recommended
- the recommended of this s c licensepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<SCLicense>
isNew
in interface SCLicenseModel
true
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 SCLicenseModel
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<SCLicense>
isCachedModel
in interface SCLicenseModel
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<SCLicense>
setCachedModel
in interface SCLicenseModel
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<SCLicense>
isEscapedModel
in interface SCLicenseModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SCLicense>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface SCLicenseModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<SCLicense>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface SCLicenseModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SCLicense>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface SCLicenseModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SCLicense>
setExpandoBridgeAttributes
in interface SCLicenseModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<SCLicense>
clone
in interface SCLicenseModel
clone
in class Object
public int compareTo(SCLicense scLicense)
compareTo
in interface SCLicenseModel
compareTo
in interface Comparable<SCLicense>
public int hashCode()
hashCode
in interface SCLicenseModel
hashCode
in class Object
public CacheModel<SCLicense> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<SCLicense>
toCacheModel
in interface SCLicenseModel
public SCLicense toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<SCLicense>
toEscapedModel
in interface SCLicenseModel
AutoEscapeBeanHandler
public SCLicense toUnescapedModel()
toUnescapedModel
in interface BaseModel<SCLicense>
toUnescapedModel
in interface SCLicenseModel
public String toString()
toString
in interface SCLicenseModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SCLicense>
toXmlString
in interface SCLicenseModel
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 SCLicense getWrappedSCLicense()
getWrappedModel()
public SCLicense getWrappedModel()
getWrappedModel
in interface ModelWrapper<SCLicense>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<SCLicense>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |