com.liferay.portal.model
Class TicketSoap
java.lang.Object
com.liferay.portal.model.TicketSoap
- All Implemented Interfaces:
- java.io.Serializable
public class TicketSoap
- extends java.lang.Object
- implements java.io.Serializable
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is used by
com.liferay.portal.service.http.TicketServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.TicketServiceSoap
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TicketSoap
public TicketSoap()
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(java.util.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 java.util.Date getCreateDate()
setCreateDate
public void setCreateDate(java.util.Date createDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getExpirationDate
public java.util.Date getExpirationDate()
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)