|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<SCLicense>
com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl
@JSON(strict=true) public class SCLicenseModelImpl
The base model implementation for the SCLicense service. Represents a row in the "SCLicense" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SCLicenseModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SCLicenseImpl.
SCLicenseImpl,
SCLicense,
SCLicenseModel,
Serialized Form| Field Summary | |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
|
static long |
LOCK_EXPIRATION_TIME
|
static Object[][] |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS
|
static String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
|
static String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
RECOMMENDED_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
SCLicenseModelImpl()
|
|
| 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 |
getColumnBitmask()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getLicenseId()
Returns the license ID of this s c license. |
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. |
boolean |
getOriginalActive()
|
boolean |
getOriginalRecommended()
|
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. |
int |
hashCode()
|
boolean |
isActive()
Returns true if this s c license is active. |
boolean |
isOpenSource()
Returns true if this s c license is open source. |
boolean |
isRecommended()
Returns true if this s c license is recommended. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this s c license is active. |
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 |
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. |
static SCLicense |
toModel(SCLicenseSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<SCLicense> |
toModels(SCLicenseSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long ACTIVE_COLUMN_BITMASK
public static long RECOMMENDED_COLUMN_BITMASK
public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
public static final Object[][] MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS
public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SCLicenseModelImpl()
| Method Detail |
|---|
public static SCLicense toModel(SCLicenseSoap soapModel)
soapModel - the soap model instance to convert
public static List<SCLicense> toModels(SCLicenseSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
SCLicenseModel
getPrimaryKey in interface SCLicenseModelpublic void setPrimaryKey(long primaryKey)
SCLicenseModel
setPrimaryKey in interface SCLicenseModelprimaryKey - the primary key of this s c licensepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCLicense>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCLicenseModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCLicense>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCLicenseModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModel@JSON public long getLicenseId()
SCLicenseModel
getLicenseId in interface SCLicenseModelpublic void setLicenseId(long licenseId)
SCLicenseModel
setLicenseId in interface SCLicenseModellicenseId - the license ID of this s c license@JSON public String getName()
SCLicenseModel
getName in interface SCLicenseModelpublic void setName(String name)
SCLicenseModel
setName in interface SCLicenseModelname - the name of this s c license@JSON public String getUrl()
SCLicenseModel
getUrl in interface SCLicenseModelpublic void setUrl(String url)
SCLicenseModel
setUrl in interface SCLicenseModelurl - the url of this s c license@JSON public boolean getOpenSource()
SCLicenseModel
getOpenSource in interface SCLicenseModelpublic boolean isOpenSource()
SCLicenseModeltrue if this s c license is open source.
isOpenSource in interface SCLicenseModeltrue if this s c license is open source; false otherwisepublic void setOpenSource(boolean openSource)
SCLicenseModel
setOpenSource in interface SCLicenseModelopenSource - the open source of this s c license@JSON public boolean getActive()
SCLicenseModel
getActive in interface SCLicenseModelpublic boolean isActive()
SCLicenseModeltrue if this s c license is active.
isActive in interface SCLicenseModeltrue if this s c license is active; false otherwisepublic void setActive(boolean active)
SCLicenseModel
setActive in interface SCLicenseModelactive - the active of this s c licensepublic boolean getOriginalActive()
@JSON public boolean getRecommended()
SCLicenseModel
getRecommended in interface SCLicenseModelpublic boolean isRecommended()
SCLicenseModeltrue if this s c license is recommended.
isRecommended in interface SCLicenseModeltrue if this s c license is recommended; false otherwisepublic void setRecommended(boolean recommended)
SCLicenseModel
setRecommended in interface SCLicenseModelrecommended - the recommended of this s c licensepublic boolean getOriginalRecommended()
public long getColumnBitmask()
public SCLicense toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCLicense>toEscapedModel in interface SCLicenseModeltoEscapedModel in class BaseModelImpl<SCLicense>AutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCLicense>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCLicenseModelgetExpandoBridge in class BaseModelImpl<SCLicense>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCLicense>setExpandoBridgeAttributes in interface SCLicenseModelsetExpandoBridgeAttributes in class BaseModelImpl<SCLicense>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCLicense>clone in interface SCLicenseModelclone in class BaseModelImpl<SCLicense>public int compareTo(SCLicense scLicense)
compareTo in interface SCLicenseModelcompareTo in interface Comparable<SCLicense>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SCLicenseModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCLicense>resetOriginalValues in class BaseModelImpl<SCLicense>public CacheModel<SCLicense> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCLicense>toCacheModel in interface SCLicenseModeltoCacheModel in class BaseModelImpl<SCLicense>public String toString()
toString in interface SCLicenseModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCLicense>toXmlString in interface SCLicenseModel
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||