@Deprecated
public class JSONStorageEntrySoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
JSONStorageEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
int |
getIndex()
Deprecated.
|
long |
getJsonStorageEntryId()
Deprecated.
|
java.lang.String |
getKey()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getParentJSONStorageEntryId()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
int |
getType()
Deprecated.
|
long |
getValueLong()
Deprecated.
|
java.lang.String |
getValueString()
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setIndex(int index)
Deprecated.
|
void |
setJsonStorageEntryId(long jsonStorageEntryId)
Deprecated.
|
void |
setKey(java.lang.String key)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setParentJSONStorageEntryId(long parentJSONStorageEntryId)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setType(int type)
Deprecated.
|
void |
setValueLong(long valueLong)
Deprecated.
|
void |
setValueString(java.lang.String valueString)
Deprecated.
|
static JSONStorageEntrySoap |
toSoapModel(JSONStorageEntry model)
Deprecated.
|
static JSONStorageEntrySoap[] |
toSoapModels(JSONStorageEntry[] models)
Deprecated.
|
static JSONStorageEntrySoap[][] |
toSoapModels(JSONStorageEntry[][] models)
Deprecated.
|
static JSONStorageEntrySoap[] |
toSoapModels(java.util.List<JSONStorageEntry> models)
Deprecated.
|
public static JSONStorageEntrySoap toSoapModel(JSONStorageEntry model)
public static JSONStorageEntrySoap[] toSoapModels(JSONStorageEntry[] models)
public static JSONStorageEntrySoap[][] toSoapModels(JSONStorageEntry[][] models)
public static JSONStorageEntrySoap[] toSoapModels(java.util.List<JSONStorageEntry> 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 getJsonStorageEntryId()
public void setJsonStorageEntryId(long jsonStorageEntryId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public long getParentJSONStorageEntryId()
public void setParentJSONStorageEntryId(long parentJSONStorageEntryId)
public int getIndex()
public void setIndex(int index)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public int getType()
public void setType(int type)
public long getValueLong()
public void setValueLong(long valueLong)
public java.lang.String getValueString()
public void setValueString(java.lang.String valueString)