|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.AbstractDatastoreStruct
wt.fc.IdOidObject
This class represents a Datastore struct for an ID and ObjectIdentifier pair.
Use the newIdOidObject
static factory method(s), not the
IdOidObject
constructor, to construct instances of this
class. Instances must be constructed using the static factory(s), in
order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private long |
id
|
private OidObject |
oid
|
private static String |
RESOURCE
|
Fields inherited from interface wt.fc.DatastoreType |
VALUES |
Constructor Summary | |
IdOidObject()
|
Method Summary | |
String |
getConceptualClassname()
Deprecated. |
long |
getId()
Gets the value of the attribute: id; This attribute represents an ID. |
OidObject |
getOid()
Gets the value of the attribute: oid; This attribute represents an ObjectIdentifier. |
protected void |
initialize(long a_id,
ObjectIdentifier a_oid)
Supports initialization, following construction of an instance. |
static IdOidObject |
newIdOidObject()
Default Contstructor. |
static IdOidObject |
newIdOidObject(long a_id,
ObjectIdentifier a_oid)
This constructor initializes the instance. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
void |
setId(long a_Id)
Sets the value of the attribute: id; This attribute represents an ID. |
void |
setOid(OidObject a_Oid)
Sets the value of the attribute: oid; This attribute represents an ObjectIdentifier. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.fc.AbstractDatastoreStruct |
getClassInfo, getValues, setValues, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private long id
private OidObject oid
Constructor Detail |
public IdOidObject()
Method Detail |
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class AbstractDatastoreStruct
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class AbstractDatastoreStruct
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public long getId()
public void setId(long a_Id) throws WTPropertyVetoException
a_Id
-
WTPropertyVetoException
public OidObject getOid()
public void setOid(OidObject a_Oid) throws WTPropertyVetoException
a_Oid
-
WTPropertyVetoException
public static IdOidObject newIdOidObject() throws WTException
WTException
public static IdOidObject newIdOidObject(long a_id, ObjectIdentifier a_oid) throws WTPropertyVetoException
a_id
- This argument specifies the ID.a_oid
- This argument specifies the ObjectIdentifier.
WTPropertyVetoException
protected void initialize(long a_id, ObjectIdentifier a_oid) throws WTPropertyVetoException
a_id
- This argument specifies the ID.a_oid
- This argument specifies the ObjectIdentifier.
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |