|
|||||||||||
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.prodmgmt.PartMasterItem
PartMasterItem
is a wrapper class for viewing WTPartMaster 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
WTPartMaster
,
Explorable
,
Serialized FormField Summary | |
private static ResourceBundle |
resource
|
private static String |
RESOURCE
|
Fields inherited from class wt.clients.beans.explorer.WTBusinessObject |
|
Constructor Summary | |
PartMasterItem()
Constructs a new PartMasterItem. |
|
PartMasterItem(WTPartMaster part)
Constructs a new PartMasterItem. |
Method Summary | |
void |
create()
Create a new contained partmaster for this PartMasterItem. |
String |
getIdentity()
Returns the identity of this object. |
Timestamp |
getLastUpdatedDate()
|
String |
getName()
Returns the current name of this PartMasterItem. |
String |
getNumber()
Returns the current number of this PartMasterItem. |
WTPartMaster |
getPartMaster()
Return the contained WTPart object. |
protected ResourceBundle |
getResource()
|
private void |
initResources()
|
void |
setPartMaster(WTPartMaster part)
Sets the contained part. |
protected void |
setPartSimply(WTPartMaster part)
Sets the contained part 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 PartMasterItem() throws WTException
WTException
public PartMasterItem(WTPartMaster part)
part
- the contained wt.part.WTPartMaster.WTPartMaster
Method Detail |
public void setPartMaster(WTPartMaster part)
part
- the contained wt.part.WTPart.WTPart
protected void setPartSimply(WTPartMaster part)
part
- the contained wt.part.WTPartMaster.WTPartMaster
public WTPartMaster getPartMaster()
WTPartMaster
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()
public Timestamp getLastUpdatedDate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |