cgl.juddi.datatype.lease
Class Lease

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

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

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

Field Summary
(package private)  java.lang.String isInfinite
           
(package private)  LeaseExpirationDate leaseExpirationDate
           
(package private)  LeaseStartDate leaseStartDate
           
(package private)  java.lang.String propertyKey
           
(package private)  java.lang.String serviceKey
           
 
Constructor Summary
Lease()
          Default constructor.
Lease(java.lang.String start_date)
          Construct the object with required fields.
 
Method Summary
 java.lang.String getAttributeKey()
           
 java.lang.String getIsInfinte()
           
 java.lang.String getLeaseExpirationDate()
           
 java.lang.String getLeaseStartDate()
           
 java.lang.String getServiceKey()
           
 void setAttributeKey(java.lang.String property_key)
           
 void setIsInfinite(java.lang.String value)
           
 void setLeaseExpirationDate(java.lang.String ex_date)
           
 void setLeaseStartDate(java.lang.String start_date)
           
 void setServiceKey(java.lang.String service_key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceKey

java.lang.String serviceKey

propertyKey

java.lang.String propertyKey

leaseStartDate

LeaseStartDate leaseStartDate

leaseExpirationDate

LeaseExpirationDate leaseExpirationDate

isInfinite

java.lang.String isInfinite
Constructor Detail

Lease

public Lease()
Default constructor. Avoid using the default constructor for validation. It does not validate required fields. Instead, use the required fields constructor to perform validation.


Lease

public Lease(java.lang.String start_date)
Construct the object with required fields.

Method Detail

setServiceKey

public void setServiceKey(java.lang.String service_key)

getServiceKey

public java.lang.String getServiceKey()

setAttributeKey

public void setAttributeKey(java.lang.String property_key)

getAttributeKey

public java.lang.String getAttributeKey()

getLeaseStartDate

public java.lang.String getLeaseStartDate()

setLeaseStartDate

public void setLeaseStartDate(java.lang.String start_date)

getLeaseExpirationDate

public java.lang.String getLeaseExpirationDate()

setLeaseExpirationDate

public void setLeaseExpirationDate(java.lang.String ex_date)

setIsInfinite

public void setIsInfinite(java.lang.String value)

getIsInfinte

public java.lang.String getIsInfinte()