cgl.juddi.datatype.lease
Class LeaseExpirationDate

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

public class LeaseExpirationDate
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 value
           
 
Constructor Summary
LeaseExpirationDate(java.lang.String value)
           
 
Method Summary
 java.lang.String getLeaseExpirationDate()
           
 void setLeaseExpirationDate(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
Constructor Detail

LeaseExpirationDate

public LeaseExpirationDate(java.lang.String value)
Method Detail

setLeaseExpirationDate

public void setLeaseExpirationDate(java.lang.String value)

getLeaseExpirationDate

public java.lang.String getLeaseExpirationDate()