com.corrspt.xeo.api.core
Interface BOUI

All Known Implementing Classes:
XEOObjectBoui

public interface BOUI

Represents a Business Object Unique Identifier,


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
 

Method Detail

getValue

java.lang.Object getValue()
Retrieves the native value of the Identifier

Returns:
The Java object representing the identifier

serialize

java.lang.String serialize()
Returns a serialized version of the

Returns:

equals

boolean equals(BOUI o)
Whether this BOUI is equal to another BOUI

Parameters:
o - The boui to compare
Returns:
True if both BOUIs are equal and false otherwise