|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.va.med.vistalink.security.m.VistaInstitutionVO
Represents a Vista Institution, including IEN, Station Name and Station Number.
Constructor Summary | |
VistaInstitutionVO()
Instantiates a VistaInstitutionVO with all fields set to the null string. |
|
VistaInstitutionVO(java.lang.String divIen,
java.lang.String divName,
java.lang.String divNumber)
Instantiates a VistaInstitutionVO with the fields set to the parameters you specify: |
|
VistaInstitutionVO(java.lang.String divIen,
java.lang.String divName,
java.lang.String divNumber,
boolean isDefaultLogonDivision)
Instantiates a VistaInstitutionVO with the fields set to the parameters you specify: |
Method Summary | |
java.lang.String |
getIen()
returns the IEN of the institution, presumably from the VistA Institution file entry (depending on the source of the information the instance contains) |
boolean |
getIsDefaultLogonDivision()
If used during part of the logon process, stores whether this is the "default" division |
java.lang.String |
getName()
returns the station name of the institution, presumably from the VistA Institution file entry (depending on the source of the information the instance contains) |
java.lang.String |
getNumber()
returns the station number of the institution, presumably from the VistA Institution file entry (depending on the source of the information the instance contains) |
java.lang.String |
toString()
returns a string representation of the institution information |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VistaInstitutionVO()
public VistaInstitutionVO(java.lang.String divIen, java.lang.String divName, java.lang.String divNumber, boolean isDefaultLogonDivision)
divIen
- the IEN on Vista of the InstitutiondivName
- the Station Name of the InstitutiondivNumber
- the Station Number of the InstitutionisDefaultLogonDivision
- set to true if this is the default logon division. Defaults to false.public VistaInstitutionVO(java.lang.String divIen, java.lang.String divName, java.lang.String divNumber)
divIen
- the IEN on Vista of the InstitutiondivName
- the Station Name of the InstitutiondivNumber
- the Station Number of the InstitutionMethod Detail |
public java.lang.String getIen()
public java.lang.String getName()
public java.lang.String getNumber()
public boolean getIsDefaultLogonDivision()
public java.lang.String toString()
|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |