com.liferay.portlet.softwarecatalog.model.impl
Class SCProductEntryModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<SCProductEntry>
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
- All Implemented Interfaces:
- BaseModel<SCProductEntry>, SCProductEntryModel, Serializable, Cloneable, Comparable<SCProductEntry>
- Direct Known Subclasses:
- SCProductEntryImpl
public class SCProductEntryModelImpl
- extends BaseModelImpl<SCProductEntry>
- implements SCProductEntryModel
This interface is a model that represents the SCProductEntry table in the
database.
- See Also:
SCProductEntryImpl,
SCProductEntry,
SCProductEntryModel,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final String TABLE_SQL_DROP
- See Also:
- Constant Field Values
ORDER_BY_JPQL
public static final String ORDER_BY_JPQL
- See Also:
- Constant Field Values
ORDER_BY_SQL
public static final String ORDER_BY_SQL
- See Also:
- Constant Field Values
DATA_SOURCE
public static final String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
- See Also:
- Constant Field Values
FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
public static final boolean FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
SCProductEntryModelImpl
public SCProductEntryModelImpl()
toModel
public static SCProductEntry toModel(SCProductEntrySoap soapModel)
toModels
public static List<SCProductEntry> toModels(SCProductEntrySoap[] soapModels)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface SCProductEntryModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface SCProductEntryModel
getPrimaryKeyObj
public Serializable getPrimaryKeyObj()
- Description copied from interface:
BaseModel
- Gets the primary key for this model instance.
- Specified by:
getPrimaryKeyObj in interface BaseModel<SCProductEntry>- Specified by:
getPrimaryKeyObj in interface SCProductEntryModel
- Returns:
- the primary key
getProductEntryId
public long getProductEntryId()
- Specified by:
getProductEntryId in interface SCProductEntryModel
setProductEntryId
public void setProductEntryId(long productEntryId)
- Specified by:
setProductEntryId in interface SCProductEntryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface SCProductEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface SCProductEntryModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface SCProductEntryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface SCProductEntryModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface SCProductEntryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface SCProductEntryModel
getUserUuid
public String getUserUuid()
throws SystemException
- Specified by:
getUserUuid in interface SCProductEntryModel
- Throws:
SystemException
setUserUuid
public void setUserUuid(String userUuid)
- Specified by:
setUserUuid in interface SCProductEntryModel
getUserName
public String getUserName()
- Specified by:
getUserName in interface SCProductEntryModel
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface SCProductEntryModel
getCreateDate
public Date getCreateDate()
- Specified by:
getCreateDate in interface SCProductEntryModel
setCreateDate
public void setCreateDate(Date createDate)
- Specified by:
setCreateDate in interface SCProductEntryModel
getModifiedDate
public Date getModifiedDate()
- Specified by:
getModifiedDate in interface SCProductEntryModel
setModifiedDate
public void setModifiedDate(Date modifiedDate)
- Specified by:
setModifiedDate in interface SCProductEntryModel
getName
public String getName()
- Specified by:
getName in interface SCProductEntryModel
setName
public void setName(String name)
- Specified by:
setName in interface SCProductEntryModel
getType
public String getType()
- Specified by:
getType in interface SCProductEntryModel
setType
public void setType(String type)
- Specified by:
setType in interface SCProductEntryModel
getTags
public String getTags()
- Specified by:
getTags in interface SCProductEntryModel
setTags
public void setTags(String tags)
- Specified by:
setTags in interface SCProductEntryModel
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription in interface SCProductEntryModel
setShortDescription
public void setShortDescription(String shortDescription)
- Specified by:
setShortDescription in interface SCProductEntryModel
getLongDescription
public String getLongDescription()
- Specified by:
getLongDescription in interface SCProductEntryModel
setLongDescription
public void setLongDescription(String longDescription)
- Specified by:
setLongDescription in interface SCProductEntryModel
getPageURL
public String getPageURL()
- Specified by:
getPageURL in interface SCProductEntryModel
setPageURL
public void setPageURL(String pageURL)
- Specified by:
setPageURL in interface SCProductEntryModel
getAuthor
public String getAuthor()
- Specified by:
getAuthor in interface SCProductEntryModel
setAuthor
public void setAuthor(String author)
- Specified by:
setAuthor in interface SCProductEntryModel
getRepoGroupId
public String getRepoGroupId()
- Specified by:
getRepoGroupId in interface SCProductEntryModel
setRepoGroupId
public void setRepoGroupId(String repoGroupId)
- Specified by:
setRepoGroupId in interface SCProductEntryModel
getOriginalRepoGroupId
public String getOriginalRepoGroupId()
getRepoArtifactId
public String getRepoArtifactId()
- Specified by:
getRepoArtifactId in interface SCProductEntryModel
setRepoArtifactId
public void setRepoArtifactId(String repoArtifactId)
- Specified by:
setRepoArtifactId in interface SCProductEntryModel
getOriginalRepoArtifactId
public String getOriginalRepoArtifactId()
toEscapedModel
public SCProductEntry toEscapedModel()
- Specified by:
toEscapedModel in interface SCProductEntryModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Description copied from interface:
BaseModel
- Gets the expando bridge for this model instance.
- Specified by:
getExpandoBridge in interface BaseModel<SCProductEntry>- Specified by:
getExpandoBridge in interface SCProductEntryModel- Overrides:
getExpandoBridge in class BaseModelImpl<SCProductEntry>
- Returns:
- the expando bridge
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Description copied from interface:
BaseModel
- Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<SCProductEntry>- Specified by:
setExpandoBridgeAttributes in interface SCProductEntryModel- Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<SCProductEntry>
- Parameters:
serviceContext - the service context to retrieve the expando bridge
attributes from- See Also:
ServiceContext.getExpandoBridgeAttributes(
)
clone
public Object clone()
- Description copied from interface:
BaseModel
- Creates a shallow clone of this model instance.
- Specified by:
clone in interface BaseModel<SCProductEntry>- Specified by:
clone in interface SCProductEntryModel- Specified by:
clone in class BaseModelImpl<SCProductEntry>
- Returns:
- the clone
compareTo
public int compareTo(SCProductEntry scProductEntry)
- Specified by:
compareTo in interface SCProductEntryModel- Specified by:
compareTo in interface Comparable<SCProductEntry>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface SCProductEntryModel- Overrides:
hashCode in class Object
toString
public String toString()
- Specified by:
toString in interface SCProductEntryModel- Overrides:
toString in class Object
toXmlString
public String toXmlString()
- Description copied from interface:
BaseModel
- Gets the XML representation of this model instance.
- Specified by:
toXmlString in interface BaseModel<SCProductEntry>- Specified by:
toXmlString in interface SCProductEntryModel
- Returns:
- the XML representation of this model instance