|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.beans.explorer.WTBusinessObject
wt.clients.replication.unit.UnitMasterItem
UnitMasterItem
is a wrapper class for viewing WTUnitMaster objects.
It extends WTBusinessObject to ease implementing the wt.clients.beans.explorer.Explorable
interface and allowing viewing in the Product Information Explorer.
Supported API: true
Extendable: true
wt.part.WTUnitMaster
,
Explorable
,
Serialized FormField Summary | |
private static ResourceBundle |
resource
|
private static String |
RESOURCE
|
Fields inherited from class wt.clients.beans.explorer.WTBusinessObject |
|
Constructor Summary | |
UnitMasterItem()
Constructs a new UnitMasterItem. |
|
UnitMasterItem(WTUnitMaster unit)
Constructs a new UnitMasterItem. |
Method Summary | |
void |
create()
Create a new contained unitmaster for this UnitMasterItem. |
String |
getIdentity()
Returns the identity of this object. |
String |
getName()
Returns the current name of this UnitMasterItem. |
String |
getNumber()
Returns the current number of this UnitMasterItem. |
protected ResourceBundle |
getResource()
|
WTUnitMaster |
getUnitMaster()
Return the contained WTUnit object. |
private void |
initResources()
|
void |
setUnitMaster(WTUnitMaster unit)
Sets the contained unit. |
protected void |
setUnitSimply(WTUnitMaster unit)
Sets the contained unit without any side effect. |
String |
toString()
Returns a string representation of the partitem. |
Methods inherited from class wt.clients.beans.explorer.WTBusinessObject |
getAttributeValue, getAttributeValue, getContents, getObject, getOpenIcon, getStandardIcon, getUniqueIdentity, getUses, setIdentity, setObject, setObject, setStandardIcon, setStandardIcon |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static ResourceBundle resource
private static String RESOURCE
Constructor Detail |
public UnitMasterItem() throws WTException
WTException
public UnitMasterItem(WTUnitMaster unit)
unit
- the contained wt.part.WTUnitMaster.WTUnitMaster
Method Detail |
public void setUnitMaster(WTUnitMaster unit)
unit
- the contained wt.replication.unit.WTUnit.WTUnit
protected void setUnitSimply(WTUnitMaster unit)
unit
- the contained wt.replication.unit.WTUnitMaster.wt.replication.unit.WTUnittMaster
public WTUnitMaster getUnitMaster()
WTUnitMaster
public void create() throws WTException
WTException
public String getNumber()
public String getName()
public String toString()
public String getIdentity()
getIdentity
in interface Identifiable
getIdentity
in class WTBusinessObject
String
private void initResources()
protected ResourceBundle getResource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |