net.sf.imca.model.entities
Class EquipmentSupplierEntity

java.lang.Object
  extended by net.sf.imca.model.entities.EquipmentSupplierEntity

public class EquipmentSupplierEntity
extends java.lang.Object

An persistence entity description. There is no logic just getter and setters, for the properties. This Object represents a table in the database and the properties are fields.

Author:
dougculnane

Constructor Summary
EquipmentSupplierEntity()
           
 
Method Summary
 AddressEntity getAddress()
           
 long getId()
           
 java.lang.String getName()
           
 PersonEntity getPeople()
           
 java.lang.String getUrl()
           
 void setAddress(AddressEntity address)
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 void setPeople(PersonEntity people)
           
 void setUrl(java.lang.String url)
           
 java.lang.String toString()
          Override the Object method to give a usable human readable representation of the Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EquipmentSupplierEntity

public EquipmentSupplierEntity()
Method Detail

getAddress

public AddressEntity getAddress()

setAddress

public void setAddress(AddressEntity address)

getId

public long getId()

setId

public void setId(long id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getPeople

public PersonEntity getPeople()

setPeople

public void setPeople(PersonEntity people)

toString

public java.lang.String toString()
Override the Object method to give a usable human readable representation of the Object.

Overrides:
toString in class java.lang.Object


Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.