com.ibm.websphere.samples.workarea.companycontextlibrary
Class Company
java.lang.Object
com.ibm.websphere.samples.workarea.companycontextlibrary.Company
- All Implemented Interfaces:
- java.io.Serializable
public final class Company
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
protected |
Company(int value,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_Main
public static final int _Main
- See Also:
- Constant Field Values
Main
public static final Company Main
_NewYork_Sales
public static final int _NewYork_Sales
- See Also:
- Constant Field Values
NewYork_Sales
public static final Company NewYork_Sales
_NewYork_Development
public static final int _NewYork_Development
- See Also:
- Constant Field Values
NewYork_Development
public static final Company NewYork_Development
_London_Sales
public static final int _London_Sales
- See Also:
- Constant Field Values
London_Sales
public static final Company London_Sales
_London_Development
public static final int _London_Development
- See Also:
- Constant Field Values
London_Development
public static final Company London_Development
Company
protected Company(int value,
java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toInt
public int toInt()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
fromInt
public static Company fromInt(int i)