org.apache.ojb.otm
Class AddressDesc

java.lang.Object
  extended byorg.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

Constructor Summary
AddressDesc()
           
AddressDesc(java.lang.String desc, Address address)
           
 
Method Summary
 Address getAddress()
           
 int getAddressId()
           
 java.lang.String getDesc()
           
 int getId()
           
 Person getPerson()
           
 int getPersonId()
           
 void setAddress(Address address)
           
 void setAddressId(int addressId)
           
 void setDesc(java.lang.String desc)
           
 void setId(int id)
           
 void setPerson(Person person)
           
 void setPersonId(int personId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressDesc

public AddressDesc()

AddressDesc

public AddressDesc(java.lang.String desc,
                   Address address)
Method Detail

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