@Deprecated
public class CTAutoResolutionInfoSoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CTAutoResolutionInfoSoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
|
java.lang.String |
getConflictIdentifier()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCtAutoResolutionInfoId()
Deprecated.
|
long |
getCtCollectionId()
Deprecated.
|
long |
getModelClassNameId()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getSourceModelClassPK()
Deprecated.
|
long |
getTargetModelClassPK()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setConflictIdentifier(java.lang.String conflictIdentifier)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setCtAutoResolutionInfoId(long ctAutoResolutionInfoId)
Deprecated.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
|
void |
setModelClassNameId(long modelClassNameId)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setSourceModelClassPK(long sourceModelClassPK)
Deprecated.
|
void |
setTargetModelClassPK(long targetModelClassPK)
Deprecated.
|
static CTAutoResolutionInfoSoap |
toSoapModel(CTAutoResolutionInfo model)
Deprecated.
|
static CTAutoResolutionInfoSoap[] |
toSoapModels(CTAutoResolutionInfo[] models)
Deprecated.
|
static CTAutoResolutionInfoSoap[][] |
toSoapModels(CTAutoResolutionInfo[][] models)
Deprecated.
|
static CTAutoResolutionInfoSoap[] |
toSoapModels(java.util.List<CTAutoResolutionInfo> models)
Deprecated.
|
public static CTAutoResolutionInfoSoap toSoapModel(CTAutoResolutionInfo model)
public static CTAutoResolutionInfoSoap[] toSoapModels(CTAutoResolutionInfo[] models)
public static CTAutoResolutionInfoSoap[][] toSoapModels(CTAutoResolutionInfo[][] models)
public static CTAutoResolutionInfoSoap[] toSoapModels(java.util.List<CTAutoResolutionInfo> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCtAutoResolutionInfoId()
public void setCtAutoResolutionInfoId(long ctAutoResolutionInfoId)
public long getCompanyId()
public void setCompanyId(long companyId)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public long getCtCollectionId()
public void setCtCollectionId(long ctCollectionId)
public long getModelClassNameId()
public void setModelClassNameId(long modelClassNameId)
public long getSourceModelClassPK()
public void setSourceModelClassPK(long sourceModelClassPK)
public long getTargetModelClassPK()
public void setTargetModelClassPK(long targetModelClassPK)
public java.lang.String getConflictIdentifier()
public void setConflictIdentifier(java.lang.String conflictIdentifier)