Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.masterdata
Interface IMasterData  view IMasterData download IMasterData.java

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
 

Method Detail

getId

public java.lang.String getId()
Return contents of field id


getText

public java.lang.String getText()
Return contents of field text


setId

public void setId(java.lang.String newValue)
Set contents of field id to the given value


setText

public void setText(java.lang.String newValue)
Set contents of field text to the given value