org.apache.ojb.otm
Class AddressDesc
java.lang.Object
org.apache.ojb.otm.AddressDesc
- All Implemented Interfaces:
- java.io.Serializable
- public class AddressDesc
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressDesc
public AddressDesc()
AddressDesc
public AddressDesc(java.lang.String desc,
Address address)
getId
public int getId()
setId
public void setId(int id)
getDesc
public java.lang.String getDesc()
setDesc
public void setDesc(java.lang.String desc)
getPersonId
public int getPersonId()
setPersonId
public void setPersonId(int personId)
getPerson
public Person getPerson()
setPerson
public void setPerson(Person person)
getAddressId
public int getAddressId()
setAddressId
public void setAddressId(int addressId)
getAddress
public Address getAddress()
setAddress
public void setAddress(Address address)
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14