openfuture.masterdata
Interface IMasterData
- All Superinterfaces:
- java.lang.Comparable, java.io.Serializable
- All Known Implementing Classes:
- MasterData
- public interface IMasterData
- extends java.io.Serializable, java.lang.Comparable
This interface is implemented by Master Data classes.
Creation date: (09.09.00 19:11:26)
Method Summary |
java.lang.String |
getId()
Return contents of field id |
java.lang.String |
getText()
Return contents of field text |
void |
setId(java.lang.String newValue)
Set contents of field id to the given value |
void |
setText(java.lang.String newValue)
Set contents of field text to the given value |
Methods inherited from interface java.lang.Comparable |
compareTo |
getId
public java.lang.String getId()
- Return contents of field id
- Returns:
- (String) contents of field id
getText
public java.lang.String getText()
- Return contents of field text
- Returns:
- (String) contents of field text
setId
public void setId(java.lang.String newValue)
- Set contents of field id to the given value
- Parameters:
newValue
- (String) new value for field id
setText
public void setText(java.lang.String newValue)
- Set contents of field text to the given value
- Parameters:
newValue
- (String) new value for field text
Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.