org.openoces.ooapi.principals
Class OrganizationalOcesId

java.lang.Object
  extended by org.openoces.ooapi.principals.OcesId
      extended by org.openoces.ooapi.principals.OrganizationalOcesId
All Implemented Interfaces:
java.security.Principal

public class OrganizationalOcesId
extends OcesId


Field Summary
protected  java.lang.Integer cvr
           
protected  java.lang.String rawId
           
protected  java.math.BigInteger uid
           
 
Constructor Summary
OrganizationalOcesId(java.lang.String s)
           
 
Method Summary
protected  void extractInfo()
           
 java.lang.Integer getCVR()
           
 java.lang.String getName()
           
 java.math.BigInteger getUid()
           
 
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

uid

protected java.math.BigInteger uid
Constructor Detail

OrganizationalOcesId

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

getName

public java.lang.String getName()

extractInfo

protected void extractInfo()

getCVR

public java.lang.Integer getCVR()

getUid

public java.math.BigInteger getUid()