cgl.juddi.datatype.lease
Class LeaseStartDate

java.lang.Object
  |
  +--cgl.juddi.datatype.lease.LeaseStartDate
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class LeaseStartDate
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
 java.lang.String leaseStartDate
           
 
Constructor Summary
LeaseStartDate(java.lang.String start_date)
           
 
Method Summary
 java.lang.String getLeaseStartDate()
           
 void setLeaseStartDate(java.lang.String start_date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leaseStartDate

public java.lang.String leaseStartDate
Constructor Detail

LeaseStartDate

public LeaseStartDate(java.lang.String start_date)
Method Detail

setLeaseStartDate

public void setLeaseStartDate(java.lang.String start_date)

getLeaseStartDate

public java.lang.String getLeaseStartDate()