Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class TicketSoap

java.lang.Object
  extended by com.liferay.portal.model.TicketSoap
All Implemented Interfaces:
Serializable

public class TicketSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

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

Constructor Summary
TicketSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 Date getExpirationDate()
           
 String getExtraInfo()
           
 String getKey()
           
 long getPrimaryKey()
           
 long getTicketId()
           
 int getType()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setExtraInfo(String extraInfo)
           
 void setKey(String key)
           
 void setPrimaryKey(long pk)
           
 void setTicketId(long ticketId)
           
 void setType(int type)
           
static TicketSoap toSoapModel(Ticket model)
           
static TicketSoap[] toSoapModels(List<Ticket> models)
           
static TicketSoap[] toSoapModels(Ticket[] models)
           
static TicketSoap[][] toSoapModels(Ticket[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicketSoap

public TicketSoap()
Method Detail

toSoapModel

public static TicketSoap toSoapModel(Ticket model)

toSoapModels

public static TicketSoap[] toSoapModels(Ticket[] models)

toSoapModels

public static TicketSoap[][] toSoapModels(Ticket[][] models)

toSoapModels

public static TicketSoap[] toSoapModels(List<Ticket> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getTicketId

public long getTicketId()

setTicketId

public void setTicketId(long ticketId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getKey

public String getKey()

setKey

public void setKey(String key)

getType

public int getType()

setType

public void setType(int type)

getExtraInfo

public String getExtraInfo()

setExtraInfo

public void setExtraInfo(String extraInfo)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

Liferay 6.1.2-ce-ga3