@Deprecated
public class DDMStorageLinkSoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DDMStorageLinkSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getClassNameId()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getStorageLinkId()
Deprecated.
|
long |
getStructureId()
Deprecated.
|
long |
getStructureVersionId()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setStorageLinkId(long storageLinkId)
Deprecated.
|
void |
setStructureId(long structureId)
Deprecated.
|
void |
setStructureVersionId(long structureVersionId)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static DDMStorageLinkSoap |
toSoapModel(DDMStorageLink model)
Deprecated.
|
static DDMStorageLinkSoap[] |
toSoapModels(DDMStorageLink[] models)
Deprecated.
|
static DDMStorageLinkSoap[][] |
toSoapModels(DDMStorageLink[][] models)
Deprecated.
|
static DDMStorageLinkSoap[] |
toSoapModels(java.util.List<DDMStorageLink> models)
Deprecated.
|
public static DDMStorageLinkSoap toSoapModel(DDMStorageLink model)
public static DDMStorageLinkSoap[] toSoapModels(DDMStorageLink[] models)
public static DDMStorageLinkSoap[][] toSoapModels(DDMStorageLink[][] models)
public static DDMStorageLinkSoap[] toSoapModels(java.util.List<DDMStorageLink> 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 getStorageLinkId()
public void setStorageLinkId(long storageLinkId)
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 getStructureId()
public void setStructureId(long structureId)
public long getStructureVersionId()
public void setStructureVersionId(long structureVersionId)