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
|
Constructor Summary |
Lease()
Default constructor. |
Lease(java.lang.String start_date)
Construct the object with required fields. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceKey
java.lang.String serviceKey
propertyKey
java.lang.String propertyKey
leaseStartDate
LeaseStartDate leaseStartDate
leaseExpirationDate
LeaseExpirationDate leaseExpirationDate
isInfinite
java.lang.String isInfinite
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.
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()