Liferay 6.2-ce-ga5

com.liferay.portlet.softwarecatalog.model.impl
Class SCProductEntryModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SCProductEntry>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<SCProductEntry>, ClassedModel, GroupedModel, SCProductEntryModel, Serializable, Cloneable, Comparable<SCProductEntry>
Direct Known Subclasses:
SCProductEntryBaseImpl

@JSON(strict=true)
public class SCProductEntryModelImpl
extends BaseModelImpl<SCProductEntry>
implements SCProductEntryModel

The base model implementation for the SCProductEntry service. Represents a row in the "SCProductEntry" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface SCProductEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SCProductEntryImpl.

See Also:
SCProductEntryImpl, SCProductEntry, SCProductEntryModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
           
static long GROUPID_COLUMN_BITMASK
           
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 long MODIFIEDDATE_COLUMN_BITMASK
           
static long NAME_COLUMN_BITMASK
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long REPOARTIFACTID_COLUMN_BITMASK
           
static long REPOGROUPID_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
           
static long USERID_COLUMN_BITMASK
           
 
Constructor Summary
SCProductEntryModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SCProductEntry scProductEntry)
           
 boolean equals(Object obj)
           
 String getAuthor()
          Returns the author of this s c product entry.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this s c product entry.
 Date getCreateDate()
          Returns the create date of this s c product entry.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this s c product entry.
 String getLongDescription()
          Returns the long description of this s c product entry.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this s c product entry.
 String getName()
          Returns the name of this s c product entry.
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 String getOriginalRepoArtifactId()
           
 String getOriginalRepoGroupId()
           
 long getOriginalUserId()
           
 String getPageURL()
          Returns the page u r l of this s c product entry.
 long getPrimaryKey()
          Returns the primary key of this s c product entry.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getProductEntryId()
          Returns the product entry ID of this s c product entry.
 String getRepoArtifactId()
          Returns the repo artifact ID of this s c product entry.
 String getRepoGroupId()
          Returns the repo group ID of this s c product entry.
 String getShortDescription()
          Returns the short description of this s c product entry.
 String getTags()
          Returns the tags of this s c product entry.
 String getType()
          Returns the type of this s c product entry.
 long getUserId()
          Returns the user ID of this s c product entry.
 String getUserName()
          Returns the user name of this s c product entry.
 String getUserUuid()
          Returns the user uuid of this s c product entry.
 int hashCode()
           
 void resetOriginalValues()
          Reset all original fields to current values.
 void setAuthor(String author)
          Sets the author of this s c product entry.
 void setCompanyId(long companyId)
          Sets the company ID of this s c product entry.
 void setCreateDate(Date createDate)
          Sets the create date of this s c product entry.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this s c product entry.
 void setLongDescription(String longDescription)
          Sets the long description of this s c product entry.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this s c product entry.
 void setName(String name)
          Sets the name of this s c product entry.
 void setPageURL(String pageURL)
          Sets the page u r l of this s c product entry.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this s c product entry.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setProductEntryId(long productEntryId)
          Sets the product entry ID of this s c product entry.
 void setRepoArtifactId(String repoArtifactId)
          Sets the repo artifact ID of this s c product entry.
 void setRepoGroupId(String repoGroupId)
          Sets the repo group ID of this s c product entry.
 void setShortDescription(String shortDescription)
          Sets the short description of this s c product entry.
 void setTags(String tags)
          Sets the tags of this s c product entry.
 void setType(String type)
          Sets the type of this s c product entry.
 void setUserId(long userId)
          Sets the user ID of this s c product entry.
 void setUserName(String userName)
          Sets the user name of this s c product entry.
 void setUserUuid(String userUuid)
          Sets the user uuid of this s c product entry.
 CacheModel<SCProductEntry> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SCProductEntry toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static SCProductEntry toModel(SCProductEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<SCProductEntry> toModels(SCProductEntrySoap[] 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductEntryModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

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

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

REPOARTIFACTID_COLUMN_BITMASK

public static long REPOARTIFACTID_COLUMN_BITMASK

REPOGROUPID_COLUMN_BITMASK

public static long REPOGROUPID_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

MODIFIEDDATE_COLUMN_BITMASK

public static long MODIFIEDDATE_COLUMN_BITMASK

NAME_COLUMN_BITMASK

public static long NAME_COLUMN_BITMASK

MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME

public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
See Also:
Constant Field Values

MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS

public static final Object[][] MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS

MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE

public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE
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
Constructor Detail

SCProductEntryModelImpl

public SCProductEntryModelImpl()
Method Detail

toModel

public static SCProductEntry toModel(SCProductEntrySoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<SCProductEntry> toModels(SCProductEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: SCProductEntryModel
Returns the primary key of this s c product entry.

Specified by:
getPrimaryKey in interface SCProductEntryModel
Returns:
the primary key of this s c product entry

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: SCProductEntryModel
Sets the primary key of this s c product entry.

Specified by:
setPrimaryKey in interface SCProductEntryModel
Parameters:
primaryKey - the primary key of this s c product entry

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SCProductEntry>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface SCProductEntryModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<SCProductEntry>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface SCProductEntryModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<SCProductEntry>
Overrides:
getModelAttributes in class BaseModelImpl<SCProductEntry>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<SCProductEntry>
Overrides:
setModelAttributes in class BaseModelImpl<SCProductEntry>

getProductEntryId

@JSON
public long getProductEntryId()
Description copied from interface: SCProductEntryModel
Returns the product entry ID of this s c product entry.

Specified by:
getProductEntryId in interface SCProductEntryModel
Returns:
the product entry ID of this s c product entry

setProductEntryId

public void setProductEntryId(long productEntryId)
Description copied from interface: SCProductEntryModel
Sets the product entry ID of this s c product entry.

Specified by:
setProductEntryId in interface SCProductEntryModel
Parameters:
productEntryId - the product entry ID of this s c product entry

getGroupId

@JSON
public long getGroupId()
Description copied from interface: SCProductEntryModel
Returns the group ID of this s c product entry.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface SCProductEntryModel
Returns:
the group ID of this s c product entry

setGroupId

public void setGroupId(long groupId)
Description copied from interface: SCProductEntryModel
Sets the group ID of this s c product entry.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface SCProductEntryModel
Parameters:
groupId - the group ID of this s c product entry

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: SCProductEntryModel
Returns the company ID of this s c product entry.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface SCProductEntryModel
Returns:
the company ID of this s c product entry

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: SCProductEntryModel
Sets the company ID of this s c product entry.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface SCProductEntryModel
Parameters:
companyId - the company ID of this s c product entry

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

@JSON
public long getUserId()
Description copied from interface: SCProductEntryModel
Returns the user ID of this s c product entry.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface SCProductEntryModel
Returns:
the user ID of this s c product entry

setUserId

public void setUserId(long userId)
Description copied from interface: SCProductEntryModel
Sets the user ID of this s c product entry.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface SCProductEntryModel
Parameters:
userId - the user ID of this s c product entry

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: SCProductEntryModel
Returns the user uuid of this s c product entry.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface SCProductEntryModel
Returns:
the user uuid of this s c product entry
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: SCProductEntryModel
Sets the user uuid of this s c product entry.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface SCProductEntryModel
Parameters:
userUuid - the user uuid of this s c product entry

getOriginalUserId

public long getOriginalUserId()

getUserName

@JSON
public String getUserName()
Description copied from interface: SCProductEntryModel
Returns the user name of this s c product entry.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface SCProductEntryModel
Returns:
the user name of this s c product entry

setUserName

public void setUserName(String userName)
Description copied from interface: SCProductEntryModel
Sets the user name of this s c product entry.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface SCProductEntryModel
Parameters:
userName - the user name of this s c product entry

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: SCProductEntryModel
Returns the create date of this s c product entry.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface SCProductEntryModel
Returns:
the create date of this s c product entry

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: SCProductEntryModel
Sets the create date of this s c product entry.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface SCProductEntryModel
Parameters:
createDate - the create date of this s c product entry

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: SCProductEntryModel
Returns the modified date of this s c product entry.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface SCProductEntryModel
Returns:
the modified date of this s c product entry

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: SCProductEntryModel
Sets the modified date of this s c product entry.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface SCProductEntryModel
Parameters:
modifiedDate - the modified date of this s c product entry

getName

@JSON
public String getName()
Description copied from interface: SCProductEntryModel
Returns the name of this s c product entry.

Specified by:
getName in interface SCProductEntryModel
Returns:
the name of this s c product entry

setName

public void setName(String name)
Description copied from interface: SCProductEntryModel
Sets the name of this s c product entry.

Specified by:
setName in interface SCProductEntryModel
Parameters:
name - the name of this s c product entry

getType

@JSON
public String getType()
Description copied from interface: SCProductEntryModel
Returns the type of this s c product entry.

Specified by:
getType in interface SCProductEntryModel
Returns:
the type of this s c product entry

setType

public void setType(String type)
Description copied from interface: SCProductEntryModel
Sets the type of this s c product entry.

Specified by:
setType in interface SCProductEntryModel
Parameters:
type - the type of this s c product entry

getTags

@JSON
public String getTags()
Description copied from interface: SCProductEntryModel
Returns the tags of this s c product entry.

Specified by:
getTags in interface SCProductEntryModel
Returns:
the tags of this s c product entry

setTags

public void setTags(String tags)
Description copied from interface: SCProductEntryModel
Sets the tags of this s c product entry.

Specified by:
setTags in interface SCProductEntryModel
Parameters:
tags - the tags of this s c product entry

getShortDescription

@JSON
public String getShortDescription()
Description copied from interface: SCProductEntryModel
Returns the short description of this s c product entry.

Specified by:
getShortDescription in interface SCProductEntryModel
Returns:
the short description of this s c product entry

setShortDescription

public void setShortDescription(String shortDescription)
Description copied from interface: SCProductEntryModel
Sets the short description of this s c product entry.

Specified by:
setShortDescription in interface SCProductEntryModel
Parameters:
shortDescription - the short description of this s c product entry

getLongDescription

@JSON
public String getLongDescription()
Description copied from interface: SCProductEntryModel
Returns the long description of this s c product entry.

Specified by:
getLongDescription in interface SCProductEntryModel
Returns:
the long description of this s c product entry

setLongDescription

public void setLongDescription(String longDescription)
Description copied from interface: SCProductEntryModel
Sets the long description of this s c product entry.

Specified by:
setLongDescription in interface SCProductEntryModel
Parameters:
longDescription - the long description of this s c product entry

getPageURL

@JSON
public String getPageURL()
Description copied from interface: SCProductEntryModel
Returns the page u r l of this s c product entry.

Specified by:
getPageURL in interface SCProductEntryModel
Returns:
the page u r l of this s c product entry

setPageURL

public void setPageURL(String pageURL)
Description copied from interface: SCProductEntryModel
Sets the page u r l of this s c product entry.

Specified by:
setPageURL in interface SCProductEntryModel
Parameters:
pageURL - the page u r l of this s c product entry

getAuthor

@JSON
public String getAuthor()
Description copied from interface: SCProductEntryModel
Returns the author of this s c product entry.

Specified by:
getAuthor in interface SCProductEntryModel
Returns:
the author of this s c product entry

setAuthor

public void setAuthor(String author)
Description copied from interface: SCProductEntryModel
Sets the author of this s c product entry.

Specified by:
setAuthor in interface SCProductEntryModel
Parameters:
author - the author of this s c product entry

getRepoGroupId

@JSON
public String getRepoGroupId()
Description copied from interface: SCProductEntryModel
Returns the repo group ID of this s c product entry.

Specified by:
getRepoGroupId in interface SCProductEntryModel
Returns:
the repo group ID of this s c product entry

setRepoGroupId

public void setRepoGroupId(String repoGroupId)
Description copied from interface: SCProductEntryModel
Sets the repo group ID of this s c product entry.

Specified by:
setRepoGroupId in interface SCProductEntryModel
Parameters:
repoGroupId - the repo group ID of this s c product entry

getOriginalRepoGroupId

public String getOriginalRepoGroupId()

getRepoArtifactId

@JSON
public String getRepoArtifactId()
Description copied from interface: SCProductEntryModel
Returns the repo artifact ID of this s c product entry.

Specified by:
getRepoArtifactId in interface SCProductEntryModel
Returns:
the repo artifact ID of this s c product entry

setRepoArtifactId

public void setRepoArtifactId(String repoArtifactId)
Description copied from interface: SCProductEntryModel
Sets the repo artifact ID of this s c product entry.

Specified by:
setRepoArtifactId in interface SCProductEntryModel
Parameters:
repoArtifactId - the repo artifact ID of this s c product entry

getOriginalRepoArtifactId

public String getOriginalRepoArtifactId()

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SCProductEntry>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface SCProductEntryModel
Overrides:
getExpandoBridge in class BaseModelImpl<SCProductEntry>
Returns:
the expando bridge for this model instance

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 be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public SCProductEntry toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<SCProductEntry>
Specified by:
toEscapedModel in interface SCProductEntryModel
Overrides:
toEscapedModel in class BaseModelImpl<SCProductEntry>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

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 shallow clone of this model instance

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

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<SCProductEntry>
Overrides:
resetOriginalValues in class BaseModelImpl<SCProductEntry>

toCacheModel

public CacheModel<SCProductEntry> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<SCProductEntry>
Specified by:
toCacheModel in interface SCProductEntryModel
Overrides:
toCacheModel in class BaseModelImpl<SCProductEntry>
Returns:
the cache model 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
Returns 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

Liferay 6.2-ce-ga5