|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.corrspt.xeo.api.core.XEOObjectBoui
public class XEOObjectBoui
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 |
|---|
public XEOObjectBoui(java.lang.Long value)
value - The BOUIpublic XEOObjectBoui(long value)
value - public XEOObjectBoui(java.lang.String value)
value - The boui| Method Detail |
|---|
public java.lang.Object getValue()
BOUI
getValue in interface BOUIpublic java.lang.String serialize()
BOUI
serialize in interface BOUIpublic boolean equals(BOUI o)
BOUI
equals in interface BOUIo - The boui to compare
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||