|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
public abstract class AbstractCaArrayEntity
Base class for all caArray domain entities.
Field Summary | |
---|---|
static java.lang.String |
CAARRAY_LSID_AUTHORITY
LSID Authority for CAARRAY. |
static java.lang.String |
CAARRAY_LSID_NAMESPACE
LSID Namespace for CAARRAY. |
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject |
---|
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH |
Constructor Summary | |
---|---|
|
AbstractCaArrayEntity()
Default constructor. |
protected |
AbstractCaArrayEntity(java.lang.String lsidAuthority,
java.lang.String lsidNamespace,
java.lang.String lsidObjectId)
Constructor with LSID information. |
Method Summary | |
---|---|
java.lang.String |
getLsid()
Returns the concatenated the LSID for this entity. |
java.lang.String |
getLsidAuthority()
Returns the LSID authority. |
java.lang.String |
getLsidNamespace()
Returns the LSID namespace. |
java.lang.String |
getLsidObjectId()
Returns the LSID object ID. |
void |
setLsid(LSID lsid)
Set the LSID for this entity. |
void |
setLsid(java.lang.String lsid)
Set the LSID for this entity. |
void |
setLsidForEntity(java.lang.String lsidString)
Sets the LSID components for this entity. |
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject |
---|
equals, getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, hashCode, setCaBigId, setId, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CAARRAY_LSID_AUTHORITY
public static final java.lang.String CAARRAY_LSID_NAMESPACE
Constructor Detail |
---|
public AbstractCaArrayEntity()
protected AbstractCaArrayEntity(java.lang.String lsidAuthority, java.lang.String lsidNamespace, java.lang.String lsidObjectId)
lsidAuthority
- authoritylsidNamespace
- namespacelsidObjectId
- object idMethod Detail |
---|
public java.lang.String getLsidAuthority()
public java.lang.String getLsidNamespace()
public java.lang.String getLsidObjectId()
public void setLsidForEntity(java.lang.String lsidString)
lsidString
- the LSID stringpublic void setLsid(LSID lsid)
lsid
- the LSID to set.public void setLsid(java.lang.String lsid)
lsid
- the LSID to set.public java.lang.String getLsid()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |