wt.org
Class ElectronicIdentificationInfo

java.lang.Object
  extended bywt.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

Field Summary
private  boolean active
           
private  String date
           
private  String name
           
private  ObjectReference objReference
           
private  String oid
           
private  String urlLocation
           
private static boolean VERBOSE
           
 
Constructor Summary
ElectronicIdentificationInfo(String p_oid, String p_name, String p_url, boolean p_active, String p_date, ObjectReference p_objectReference)
          Constructor
 
Method Summary
 String getDate()
           
 String getName()
           
 ObjectReference getObjectReference()
           
 String getOid()
           
 String getURL()
           
 boolean isActive()
           
 void setActive(boolean a_active)
           
 void setObjectReference(ObjectReference objref)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ElectronicIdentificationInfo

public ElectronicIdentificationInfo(String p_oid,
                                    String p_name,
                                    String p_url,
                                    boolean p_active,
                                    String p_date,
                                    ObjectReference p_objectReference)
                             throws WTException
Constructor

Method Detail

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()