@Deprecated
public class ObjectLayoutColumnSoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ObjectLayoutColumnSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getObjectFieldId()
Deprecated.
|
long |
getObjectLayoutColumnId()
Deprecated.
|
long |
getObjectLayoutRowId()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
int |
getPriority()
Deprecated.
|
int |
getSize()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setObjectFieldId(long objectFieldId)
Deprecated.
|
void |
setObjectLayoutColumnId(long objectLayoutColumnId)
Deprecated.
|
void |
setObjectLayoutRowId(long objectLayoutRowId)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setPriority(int priority)
Deprecated.
|
void |
setSize(int size)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static ObjectLayoutColumnSoap |
toSoapModel(ObjectLayoutColumn model)
Deprecated.
|
static ObjectLayoutColumnSoap[] |
toSoapModels(java.util.List<ObjectLayoutColumn> models)
Deprecated.
|
static ObjectLayoutColumnSoap[] |
toSoapModels(ObjectLayoutColumn[] models)
Deprecated.
|
static ObjectLayoutColumnSoap[][] |
toSoapModels(ObjectLayoutColumn[][] models)
Deprecated.
|
public static ObjectLayoutColumnSoap toSoapModel(ObjectLayoutColumn model)
public static ObjectLayoutColumnSoap[] toSoapModels(ObjectLayoutColumn[] models)
public static ObjectLayoutColumnSoap[][] toSoapModels(ObjectLayoutColumn[][] models)
public static ObjectLayoutColumnSoap[] toSoapModels(java.util.List<ObjectLayoutColumn> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getObjectLayoutColumnId()
public void setObjectLayoutColumnId(long objectLayoutColumnId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
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 getObjectFieldId()
public void setObjectFieldId(long objectFieldId)
public long getObjectLayoutRowId()
public void setObjectLayoutRowId(long objectLayoutRowId)
public int getPriority()
public void setPriority(int priority)
public int getSize()
public void setSize(int size)