|
Liferay 6.0.3 | |||||||||
| 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
public class SCLicenseModelImpl
This interface is a model that represents the SCLicense table in the database.
SCLicenseImpl,
SCLicense,
SCLicenseModel,
Serialized Form| Field Summary | |
|---|---|
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 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()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getLicenseId()
|
String |
getName()
|
boolean |
getOpenSource()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getRecommended()
|
String |
getUrl()
|
int |
hashCode()
|
boolean |
isActive()
|
boolean |
isOpenSource()
|
boolean |
isRecommended()
|
void |
setActive(boolean 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)
|
void |
setName(String name)
|
void |
setOpenSource(boolean openSource)
|
void |
setPrimaryKey(long pk)
|
void |
setRecommended(boolean recommended)
|
void |
setUrl(String url)
|
SCLicense |
toEscapedModel()
|
static SCLicense |
toModel(SCLicenseSoap soapModel)
|
static List<SCLicense> |
toModels(SCLicenseSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, 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 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)
public static List<SCLicense> toModels(SCLicenseSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface SCLicenseModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SCLicenseModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCLicense>getPrimaryKeyObj in interface SCLicenseModelpublic long getLicenseId()
getLicenseId in interface SCLicenseModelpublic void setLicenseId(long licenseId)
setLicenseId in interface SCLicenseModelpublic String getName()
getName in interface SCLicenseModelpublic void setName(String name)
setName in interface SCLicenseModelpublic String getUrl()
getUrl in interface SCLicenseModelpublic void setUrl(String url)
setUrl in interface SCLicenseModelpublic boolean getOpenSource()
getOpenSource in interface SCLicenseModelpublic boolean isOpenSource()
isOpenSource in interface SCLicenseModelpublic void setOpenSource(boolean openSource)
setOpenSource in interface SCLicenseModelpublic boolean getActive()
getActive in interface SCLicenseModelpublic boolean isActive()
isActive in interface SCLicenseModelpublic void setActive(boolean active)
setActive in interface SCLicenseModelpublic boolean getRecommended()
getRecommended in interface SCLicenseModelpublic boolean isRecommended()
isRecommended in interface SCLicenseModelpublic void setRecommended(boolean recommended)
setRecommended in interface SCLicenseModelpublic SCLicense toEscapedModel()
toEscapedModel in interface SCLicenseModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCLicense>getExpandoBridge 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 context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString in interface SCLicenseModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCLicense>toXmlString in interface SCLicenseModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||