com.corrspt.xeo.api.core
Class XEOObjectBoui

java.lang.Object
  extended by com.corrspt.xeo.api.core.XEOObjectBoui
All Implemented Interfaces:
BOUI

public class XEOObjectBoui
extends java.lang.Object
implements BOUI

Implementation of the BOUI interface for objects that use the sequence of long numbers as the boui


Constructor Summary
XEOObjectBoui(long value)
          Constructor from a long value
XEOObjectBoui(java.lang.Long value)
          Constructor from a Long object value
XEOObjectBoui(java.lang.String value)
          Constructor from a String
 
Method Summary
 boolean equals(BOUI o)
          Whether this BOUI is equal to another BOUI
 java.lang.Object getValue()
          Retrieves the native value of the Identifier
 java.lang.String serialize()
          Returns a serialized version of the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XEOObjectBoui

public XEOObjectBoui(java.lang.Long value)
Constructor from a Long object value

Parameters:
value - The BOUI

XEOObjectBoui

public XEOObjectBoui(long value)
Constructor from a long value

Parameters:
value -

XEOObjectBoui

public XEOObjectBoui(java.lang.String value)
Constructor from a String

Parameters:
value - The boui
Method Detail

getValue

public java.lang.Object getValue()
Description copied from interface: BOUI
Retrieves the native value of the Identifier

Specified by:
getValue in interface BOUI
Returns:
The Java object representing the identifier

serialize

public java.lang.String serialize()
Description copied from interface: BOUI
Returns a serialized version of the

Specified by:
serialize in interface BOUI
Returns:

equals

public boolean equals(BOUI o)
Description copied from interface: BOUI
Whether this BOUI is equal to another BOUI

Specified by:
equals in interface BOUI
Parameters:
o - The boui to compare
Returns:
True if both BOUIs are equal and false otherwise