net.java.ao.it.model
Interface CompanyAddressInfo

All Superinterfaces:
Entity, RawEntity<Integer>

public interface CompanyAddressInfo
extends Entity

Author:
Daniel Spiewak

Method Summary
 String getAddressLine1()
           
 void setAddressLine1(String address)
           
 
Methods inherited from interface net.java.ao.Entity
getID
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getAddressLine1

String getAddressLine1()

setAddressLine1

void setAddressLine1(String address)


Copyright © 2007-2011. All Rights Reserved.