wt.org
Class ElectronicIdentificationInfo
java.lang.Object
wt.org.ElectronicIdentificationInfo
- All Implemented Interfaces:
- Serializable
- public class ElectronicIdentificationInfo
- extends Object
- implements Serializable
Class which holds UI information for an ElectronicIdentification object
This class is initialized in the StandardOrganizationServicesManager.populateElectronicIdentificationInfo
and is kept as light as possible.
- See Also:
- Serialized Form
oid
private String oid
name
private String name
urlLocation
private String urlLocation
active
private boolean active
date
private String date
objReference
private ObjectReference objReference
VERBOSE
private static boolean VERBOSE
ElectronicIdentificationInfo
public ElectronicIdentificationInfo(String p_oid,
String p_name,
String p_url,
boolean p_active,
String p_date,
ObjectReference p_objectReference)
throws WTException
- Constructor
getOid
public String getOid()
getURL
public String getURL()
getName
public String getName()
isActive
public boolean isActive()
getDate
public String getDate()
getObjectReference
public ObjectReference getObjectReference()
setActive
public void setActive(boolean a_active)
setObjectReference
public void setObjectReference(ObjectReference objref)
toString
public String toString()