@Deprecated
public class CTCollectionSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.change.tracking.service.http.CTCollectionServiceSoap
.Constructor and Description |
---|
CTCollectionSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getSchemaVersionId()
Deprecated.
|
int |
getStatus()
Deprecated.
|
long |
getStatusByUserId()
Deprecated.
|
java.util.Date |
getStatusDate()
Deprecated.
|
long |
getUserId()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setSchemaVersionId(long schemaVersionId)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
|
void |
setStatusByUserId(long statusByUserId)
Deprecated.
|
void |
setStatusDate(java.util.Date statusDate)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
static CTCollectionSoap |
toSoapModel(CTCollection model)
Deprecated.
|
static CTCollectionSoap[] |
toSoapModels(CTCollection[] models)
Deprecated.
|
static CTCollectionSoap[][] |
toSoapModels(CTCollection[][] models)
Deprecated.
|
static CTCollectionSoap[] |
toSoapModels(java.util.List<CTCollection> models)
Deprecated.
|
public static CTCollectionSoap toSoapModel(CTCollection model)
public static CTCollectionSoap[] toSoapModels(CTCollection[] models)
public static CTCollectionSoap[][] toSoapModels(CTCollection[][] models)
public static CTCollectionSoap[] toSoapModels(java.util.List<CTCollection> 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 long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
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 getSchemaVersionId()
public void setSchemaVersionId(long schemaVersionId)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public int getStatus()
public void setStatus(int status)
public long getStatusByUserId()
public void setStatusByUserId(long statusByUserId)
public java.util.Date getStatusDate()
public void setStatusDate(java.util.Date statusDate)