Package de.mhus.lib.form
Class Item
- java.lang.Object
-
- de.mhus.lib.form.Item
-
- All Implemented Interfaces:
Externalizable,Serializable
public class Item extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object in)StringgetCaption()StringgetKey()StringgetParent()voidreadExternal(ObjectInput in)voidsetNlsProvider(MNlsProvider provider)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
setNlsProvider
public void setNlsProvider(MNlsProvider provider)
-
getKey
public String getKey()
-
getParent
public String getParent()
-
getCaption
public String getCaption()
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-