|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<SCLicense> com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl
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
.
Never modify or reference this class directly. All methods that expect a s c license model instance should use the SCLicense
interface instead.
SCLicenseImpl
,
SCLicense
,
SCLicenseModel
,
Serialized FormField 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()
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. |
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. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getRecommended()
Gets the recommended of this s c license. |
String |
getUrl()
Gets the url of this s c license. |
int |
hashCode()
|
boolean |
isActive()
Determines whether this s c license is active. |
boolean |
isOpenSource()
Determines whether this s c license is open source. |
boolean |
isRecommended()
Determines whether this s c license is recommended. |
void |
setActive(boolean active)
Sets whether this {$entity.humanName} 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 {$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(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 . |
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()
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)
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 SCLicenseModel
public void setPrimaryKey(long pk)
SCLicenseModel
setPrimaryKey
in interface SCLicenseModel
pk
- the primary key of this s c licensepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SCLicense>
getPrimaryKeyObj
in interface SCLicenseModel
public long getLicenseId()
SCLicenseModel
getLicenseId
in interface SCLicenseModel
public void setLicenseId(long licenseId)
SCLicenseModel
setLicenseId
in interface SCLicenseModel
licenseId
- the license id of this s c licensepublic String getName()
SCLicenseModel
getName
in interface SCLicenseModel
public void setName(String name)
SCLicenseModel
setName
in interface SCLicenseModel
name
- the name of this s c licensepublic String getUrl()
SCLicenseModel
getUrl
in interface SCLicenseModel
public void setUrl(String url)
SCLicenseModel
setUrl
in interface SCLicenseModel
url
- the url of this s c licensepublic boolean getOpenSource()
SCLicenseModel
getOpenSource
in interface SCLicenseModel
public boolean isOpenSource()
SCLicenseModel
isOpenSource
in interface SCLicenseModel
public void setOpenSource(boolean openSource)
SCLicenseModel
setOpenSource
in interface SCLicenseModel
openSource
- the open source of this s c licensepublic boolean getActive()
SCLicenseModel
getActive
in interface SCLicenseModel
public boolean isActive()
SCLicenseModel
isActive
in interface SCLicenseModel
public void setActive(boolean active)
SCLicenseModel
setActive
in interface SCLicenseModel
active
- the active of this s c licensepublic boolean getRecommended()
SCLicenseModel
getRecommended
in interface SCLicenseModel
public boolean isRecommended()
SCLicenseModel
isRecommended
in interface SCLicenseModel
public void setRecommended(boolean recommended)
SCLicenseModel
setRecommended
in interface SCLicenseModel
recommended
- the recommended of this s c licensepublic SCLicense toEscapedModel()
SCLicenseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface SCLicenseModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SCLicense>
getExpandoBridge
in interface SCLicenseModel
getExpandoBridge
in class BaseModelImpl<SCLicense>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SCLicense>
setExpandoBridgeAttributes
in interface SCLicenseModel
setExpandoBridgeAttributes
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 SCLicenseModel
clone
in class BaseModelImpl<SCLicense>
public int compareTo(SCLicense scLicense)
compareTo
in interface SCLicenseModel
compareTo
in interface Comparable<SCLicense>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface SCLicenseModel
hashCode
in class Object
public String toString()
toString
in interface SCLicenseModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SCLicense>
toXmlString
in interface SCLicenseModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |