Liferay 6.2-ce-ga5

com.liferay.portal.model
Class TicketWrapper

java.lang.Object
  extended by com.liferay.portal.model.TicketWrapper
All Implemented Interfaces:
AttachedModel, BaseModel<Ticket>, ClassedModel, ModelWrapper<Ticket>, PersistedModel, Ticket, TicketModel, TypedModel, Serializable, Cloneable, Comparable<Ticket>

@ProviderType
public class TicketWrapper
extends Object
implements Ticket, ModelWrapper<Ticket>

This class is a wrapper for Ticket.

See Also:
Ticket, Serialized Form

Constructor Summary
TicketWrapper(Ticket ticket)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(Ticket ticket)
           
 boolean equals(Object obj)
           
 String getClassName()
          Returns the fully qualified class name of this ticket.
 long getClassNameId()
          Returns the class name ID of this ticket.
 long getClassPK()
          Returns the class p k of this ticket.
 long getCompanyId()
          Returns the company ID of this ticket.
 Date getCreateDate()
          Returns the create date of this ticket.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 Date getExpirationDate()
          Returns the expiration date of this ticket.
 String getExtraInfo()
          Returns the extra info of this ticket.
 String getKey()
          Returns the key of this ticket.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getPrimaryKey()
          Returns the primary key of this ticket.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getTicketId()
          Returns the ticket ID of this ticket.
 int getType()
          Returns the type of this ticket.
 Ticket getWrappedModel()
           
 Ticket getWrappedTicket()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isExpired()
           
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
          Sets the class name ID of this ticket.
 void setClassPK(long classPK)
          Sets the class p k of this ticket.
 void setCompanyId(long companyId)
          Sets the company ID of this ticket.
 void setCreateDate(Date createDate)
          Sets the create date of this ticket.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setExpirationDate(Date expirationDate)
          Sets the expiration date of this ticket.
 void setExtraInfo(String extraInfo)
          Sets the extra info of this ticket.
 void setKey(String key)
          Sets the key of this ticket.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this ticket.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setTicketId(long ticketId)
          Sets the ticket ID of this ticket.
 void setType(int type)
          Sets the type of this ticket.
 CacheModel<Ticket> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 Ticket toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 Ticket toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TicketWrapper

public TicketWrapper(Ticket ticket)
Method Detail

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<Ticket>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<Ticket>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this ticket.

Specified by:
getPrimaryKey in interface TicketModel
Returns:
the primary key of this ticket

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this ticket.

Specified by:
setPrimaryKey in interface TicketModel
Parameters:
primaryKey - the primary key of this ticket

getTicketId

public long getTicketId()
Returns the ticket ID of this ticket.

Specified by:
getTicketId in interface TicketModel
Returns:
the ticket ID of this ticket

setTicketId

public void setTicketId(long ticketId)
Sets the ticket ID of this ticket.

Specified by:
setTicketId in interface TicketModel
Parameters:
ticketId - the ticket ID of this ticket

getCompanyId

public long getCompanyId()
Returns the company ID of this ticket.

Specified by:
getCompanyId in interface TicketModel
Returns:
the company ID of this ticket

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this ticket.

Specified by:
setCompanyId in interface TicketModel
Parameters:
companyId - the company ID of this ticket

getCreateDate

public Date getCreateDate()
Returns the create date of this ticket.

Specified by:
getCreateDate in interface TicketModel
Returns:
the create date of this ticket

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this ticket.

Specified by:
setCreateDate in interface TicketModel
Parameters:
createDate - the create date of this ticket

getClassName

public String getClassName()
Returns the fully qualified class name of this ticket.

Specified by:
getClassName in interface TicketModel
Specified by:
getClassName in interface TypedModel
Returns:
the fully qualified class name of this ticket

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface TicketModel

getClassNameId

public long getClassNameId()
Returns the class name ID of this ticket.

Specified by:
getClassNameId in interface TicketModel
Specified by:
getClassNameId in interface TypedModel
Returns:
the class name ID of this ticket

setClassNameId

public void setClassNameId(long classNameId)
Sets the class name ID of this ticket.

Specified by:
setClassNameId in interface TicketModel
Specified by:
setClassNameId in interface TypedModel
Parameters:
classNameId - the class name ID of this ticket

getClassPK

public long getClassPK()
Returns the class p k of this ticket.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface TicketModel
Returns:
the class p k of this ticket

setClassPK

public void setClassPK(long classPK)
Sets the class p k of this ticket.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface TicketModel
Parameters:
classPK - the class p k of this ticket

getKey

public String getKey()
Returns the key of this ticket.

Specified by:
getKey in interface TicketModel
Returns:
the key of this ticket

setKey

public void setKey(String key)
Sets the key of this ticket.

Specified by:
setKey in interface TicketModel
Parameters:
key - the key of this ticket

getType

public int getType()
Returns the type of this ticket.

Specified by:
getType in interface TicketModel
Returns:
the type of this ticket

setType

public void setType(int type)
Sets the type of this ticket.

Specified by:
setType in interface TicketModel
Parameters:
type - the type of this ticket

getExtraInfo

public String getExtraInfo()
Returns the extra info of this ticket.

Specified by:
getExtraInfo in interface TicketModel
Returns:
the extra info of this ticket

setExtraInfo

public void setExtraInfo(String extraInfo)
Sets the extra info of this ticket.

Specified by:
setExtraInfo in interface TicketModel
Parameters:
extraInfo - the extra info of this ticket

getExpirationDate

public Date getExpirationDate()
Returns the expiration date of this ticket.

Specified by:
getExpirationDate in interface TicketModel
Returns:
the expiration date of this ticket

setExpirationDate

public void setExpirationDate(Date expirationDate)
Sets the expiration date of this ticket.

Specified by:
setExpirationDate in interface TicketModel
Parameters:
expirationDate - the expiration date of this ticket

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<Ticket>
Specified by:
isNew in interface TicketModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<Ticket>
Specified by:
setNew in interface TicketModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<Ticket>
Specified by:
isCachedModel in interface TicketModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<Ticket>
Specified by:
setCachedModel in interface TicketModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<Ticket>
Specified by:
isEscapedModel in interface TicketModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<Ticket>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface TicketModel
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<Ticket>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface TicketModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<Ticket>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface TicketModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Ticket>
Specified by:
setExpandoBridgeAttributes in interface TicketModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Ticket>
Specified by:
setExpandoBridgeAttributes in interface TicketModel

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<Ticket>
Specified by:
setExpandoBridgeAttributes in interface TicketModel
Parameters:
serviceContext - the service context to be applied
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<Ticket>
Specified by:
clone in interface TicketModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(Ticket ticket)
Specified by:
compareTo in interface TicketModel
Specified by:
compareTo in interface Comparable<Ticket>

hashCode

public int hashCode()
Specified by:
hashCode in interface TicketModel
Overrides:
hashCode in class Object

toCacheModel

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

Specified by:
toCacheModel in interface BaseModel<Ticket>
Specified by:
toCacheModel in interface TicketModel
Returns:
the cache model object

toEscapedModel

public Ticket 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<Ticket>
Specified by:
toEscapedModel in interface TicketModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public Ticket toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<Ticket>
Specified by:
toUnescapedModel in interface TicketModel

toString

public String toString()
Specified by:
toString in interface TicketModel
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<Ticket>
Specified by:
toXmlString in interface TicketModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

isExpired

public boolean isExpired()
Specified by:
isExpired in interface Ticket

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedTicket

public Ticket getWrappedTicket()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public Ticket getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<Ticket>

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<Ticket>

Liferay 6.2-ce-ga5