@JSON(strict=true)
@ProviderType
public class SCLicenseModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>
implements com.liferay.portlet.softwarecatalog.model.SCLicenseModel
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| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.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 java.lang.Object[][] |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS |
static java.lang.String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME |
static java.lang.String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
RECOMMENDED_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
SCLicenseModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.softwarecatalog.model.SCLicense scLicense) |
boolean |
equals(java.lang.Object obj) |
boolean |
getActive() |
long |
getColumnBitmask() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getLicenseId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getName() |
boolean |
getOpenSource() |
boolean |
getOriginalActive() |
boolean |
getOriginalRecommended() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
boolean |
getRecommended() |
java.lang.String |
getUrl() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isOpenSource() |
boolean |
isRecommended() |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setLicenseId(long licenseId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setName(java.lang.String name) |
void |
setOpenSource(boolean openSource) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRecommended(boolean recommended) |
void |
setUrl(java.lang.String url) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCLicense> |
toCacheModel() |
com.liferay.portlet.softwarecatalog.model.SCLicense |
toEscapedModel() |
static com.liferay.portlet.softwarecatalog.model.SCLicense |
toModel(com.liferay.portlet.softwarecatalog.model.SCLicenseSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> |
toModels(com.liferay.portlet.softwarecatalog.model.SCLicenseSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.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 final long ACTIVE_COLUMN_BITMASK
public static final long RECOMMENDED_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final java.lang.String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
public static final java.lang.Object[][] MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS
public static final java.lang.String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portlet.softwarecatalog.model.SCLicense toModel(com.liferay.portlet.softwarecatalog.model.SCLicenseSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portlet.softwarecatalog.model.SCLicense> toModels(com.liferay.portlet.softwarecatalog.model.SCLicenseSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>@JSON public long getLicenseId()
getLicenseId in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setLicenseId(long licenseId)
setLicenseId in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel@JSON public java.lang.String getName()
getName in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel@JSON public java.lang.String getUrl()
getUrl in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setUrl(java.lang.String url)
setUrl in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel@JSON public boolean getOpenSource()
getOpenSource in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic boolean isOpenSource()
isOpenSource in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setOpenSource(boolean openSource)
setOpenSource in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel@JSON public boolean getActive()
getActive in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic boolean isActive()
isActive in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setActive(boolean active)
setActive in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic boolean getOriginalActive()
@JSON public boolean getRecommended()
getRecommended in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic boolean isRecommended()
isRecommended in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic void setRecommended(boolean recommended)
setRecommended in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelpublic boolean getOriginalRecommended()
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>setExpandoBridgeAttributes in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public com.liferay.portlet.softwarecatalog.model.SCLicense toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>toEscapedModel in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>clone in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public int compareTo(com.liferay.portlet.softwarecatalog.model.SCLicense scLicense)
compareTo in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.softwarecatalog.model.SCLicense>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCLicense> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>toCacheModel in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCLicense>public java.lang.String toString()
toString in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCLicense>toXmlString in interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel