|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SCLicenseModel
The base model interface for the SCLicense service. Represents a row in the "SCLicense" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl.
Never modify or reference this interface directly. All methods that expect a s c license model instance should use the SCLicense interface instead.
SCLicense,
com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl,
com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl| Method Summary | |
|---|---|
java.lang.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. |
java.lang.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. |
java.io.Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getRecommended()
Gets the recommended of this s c license. |
java.lang.String |
getUrl()
Gets the url of this s c license. |
int |
hashCode()
|
boolean |
isActive()
Determines if 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 if this s c license is open source. |
boolean |
isRecommended()
Determines if 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(java.lang.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(java.lang.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. |
java.lang.String |
toString()
|
java.lang.String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk - the primary key of this s c licenselong getLicenseId()
void setLicenseId(long licenseId)
licenseId - the license id of this s c license@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this s c license@AutoEscape java.lang.String getUrl()
void setUrl(java.lang.String url)
url - the url of this s c licenseboolean getOpenSource()
boolean isOpenSource()
true if this s c license is open source; false otherwisevoid setOpenSource(boolean openSource)
openSource - the open source of this s c licenseboolean getActive()
boolean isActive()
true if this s c license is active; false otherwisevoid setActive(boolean active)
active - the active of this s c licenseboolean getRecommended()
boolean isRecommended()
true if this s c license is recommended; false otherwisevoid setRecommended(boolean recommended)
recommended - the recommended of this s c licenseSCLicense toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean isNew()
BaseModel
isNew in interface BaseModel<SCLicense>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SCLicense>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SCLicense>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCLicense>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SCLicense>true if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)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>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerjava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCLicense>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCLicense>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCLicense>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModel
clone in interface BaseModel<SCLicense>int compareTo(SCLicense scLicense)
compareTo in interface java.lang.Comparable<SCLicense>int hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCLicense>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||