net.sf.pmr.core.domain.user.company
Class CompanyImpl

java.lang.Object
  extended by net.sf.pmr.keopsframework.domain.object.AbstractDomainObject
      extended by net.sf.pmr.core.domain.user.company.CompanyImpl
All Implemented Interfaces:
Company, net.sf.pmr.keopsframework.domain.object.DomainObject

public class CompanyImpl
extends net.sf.pmr.keopsframework.domain.object.AbstractDomainObject
implements Company

Author:
Arnaud Prost (arnaud.prost@gmail.com)

Constructor Summary
CompanyImpl()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Address getAddress()
           
 java.lang.String getName()
           
 int hashCode()
           
 void setAddress(Address address)
           
 void setName(java.lang.String companyName)
           
 
Methods inherited from class net.sf.pmr.keopsframework.domain.object.AbstractDomainObject
getPersistanceId, getPersistanceVersion, setPersistanceId, setPersistanceVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.pmr.keopsframework.domain.object.DomainObject
getPersistanceId, getPersistanceVersion, setPersistanceId, setPersistanceVersion
 

Constructor Detail

CompanyImpl

public CompanyImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Company

setName

public void setName(java.lang.String companyName)
Specified by:
setName in interface Company

getAddress

public Address getAddress()
Specified by:
getAddress in interface Company

setAddress

public void setAddress(Address address)
Specified by:
setAddress in interface Company

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()


Copyright © 2005 Arnaud Prost. All Rights Reserved.