org.openoces.ooapi.principals
Class EmployeeOcesId

java.lang.Object
  extended byorg.openoces.ooapi.principals.OcesId
      extended byorg.openoces.ooapi.principals.EmployeeOcesId
All Implemented Interfaces:
java.security.Principal

public class EmployeeOcesId
extends OcesId


Field Summary
protected  java.lang.Integer cvr
           
protected  java.lang.String rawId
           
protected  java.math.BigInteger rid
           
 
Constructor Summary
EmployeeOcesId(java.lang.String s)
           
 
Method Summary
protected  void extractInfo()
           
 java.lang.Integer getCVR()
           
 java.lang.String getName()
           
 java.math.BigInteger getRid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Field Detail

rawId

protected java.lang.String rawId

cvr

protected java.lang.Integer cvr

rid

protected java.math.BigInteger rid
Constructor Detail

EmployeeOcesId

public EmployeeOcesId(java.lang.String s)
Method Detail

getName

public java.lang.String getName()

extractInfo

protected void extractInfo()

getCVR

public java.lang.Integer getCVR()

getRid

public java.math.BigInteger getRid()