org.mydm.core
Class EIdentifier

java.lang.Object
  extended byorg.mydm.core.EIdentifier

public class EIdentifier
extends java.lang.Object

Class for EIdentifier Objects of the EDocument.


Constructor Summary
EIdentifier()
          contructor
 
Method Summary
 java.lang.String getIdentifier()
          Gets the identifier
 java.lang.String getIdentifierType()
          Gets the Identifier Type
 void setIdentifier(java.lang.String string)
          Sets the identifier.
 void setIdentifierType(java.lang.String string)
          Sets the identifier type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIdentifier

public EIdentifier()
contructor

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Gets the identifier

Returns:
identifier string

getIdentifierType

public java.lang.String getIdentifierType()
Gets the Identifier Type

Returns:
identifiertype string

setIdentifier

public void setIdentifier(java.lang.String string)
Sets the identifier.

Parameters:
string - identifier.

setIdentifierType

public void setIdentifierType(java.lang.String string)
Sets the identifier type.

Parameters:
string - identifiertype.