XInfoImpl.XInfoState
Constructor and Description |
---|
ExternalReference(java.lang.String xref,
ExternalReferenceType refType,
int targetId,
int partnerId,
boolean isActive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns whether two XInfos are equal based solely on the object's xref UUID.
|
int |
getPartnerId() |
PrincipalType |
getPrincipalType() |
ExternalReferenceType |
getRefType() |
int |
getTargetId() |
int |
getXId() |
java.lang.String |
getXref() |
boolean |
isActive() |
void |
setActive(boolean isActive) |
void |
setXId(int id) |
java.lang.String |
toString() |
java.lang.String |
toString(java.lang.String indent) |
asXinfoString, clearXinfo, getState, getType, getXid, getXinfo, hashCode, setXid, setXidOverride, setXinfo, setXref
public ExternalReference(java.lang.String xref, ExternalReferenceType refType, int targetId, int partnerId, boolean isActive)
public int getXId()
public void setXId(int id)
public int getTargetId()
public java.lang.String getXref()
public int getPartnerId()
public ExternalReferenceType getRefType()
public PrincipalType getPrincipalType()
getPrincipalType
in interface XInfo
getPrincipalType
in class XInfoImpl
public boolean isActive()
public void setActive(boolean isActive)
isActive
- the isActive to setpublic boolean equals(java.lang.Object obj)
XInfo
public java.lang.String toString()