@Deprecated
public class ReadingTimeEntrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.reading.time.service.http.ReadingTimeEntryServiceSoap
.Constructor and Description |
---|
ReadingTimeEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getReadingTime()
Deprecated.
|
long |
getReadingTimeEntryId()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setReadingTime(long readingTime)
Deprecated.
|
void |
setReadingTimeEntryId(long readingTimeEntryId)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static ReadingTimeEntrySoap |
toSoapModel(ReadingTimeEntry model)
Deprecated.
|
static ReadingTimeEntrySoap[] |
toSoapModels(java.util.List<ReadingTimeEntry> models)
Deprecated.
|
static ReadingTimeEntrySoap[] |
toSoapModels(ReadingTimeEntry[] models)
Deprecated.
|
static ReadingTimeEntrySoap[][] |
toSoapModels(ReadingTimeEntry[][] models)
Deprecated.
|
public static ReadingTimeEntrySoap toSoapModel(ReadingTimeEntry model)
public static ReadingTimeEntrySoap[] toSoapModels(ReadingTimeEntry[] models)
public static ReadingTimeEntrySoap[][] toSoapModels(ReadingTimeEntry[][] models)
public static ReadingTimeEntrySoap[] toSoapModels(java.util.List<ReadingTimeEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCtCollectionId()
public void setCtCollectionId(long ctCollectionId)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getReadingTimeEntryId()
public void setReadingTimeEntryId(long readingTimeEntryId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public long getReadingTime()
public void setReadingTime(long readingTime)