moazs.modell
Class Rcpt

java.lang.Object
  extended by moazs.modell.Rcpt

public class Rcpt
extends Object


Constructor Summary
Rcpt()
           
 
Method Summary
 void addIdentification(Identification id)
           
 void addInternetaddress(Internetaddress email)
           
 void addPostaladdress(Postaladdress post)
           
 void addTelephone(Telephone telephone)
           
 Date getDateofbirth()
           
 String getFamilyname()
           
 String getFullname()
           
 String getGivenname()
           
 long getId()
           
 Set getIdentification()
           
 Set getInternetaddress()
           
 String getOrganisation()
           
 boolean getPhysicalPerson()
           
 Set getPostaladdress()
           
 String getPrefix()
           
 boolean getPrimary()
           
 Set getTelephone()
           
 String getZusebpk()
           
 String getZusebpkType()
           
 void setDateofbirth(Date dateofbirth)
           
 void setFamilyname(String familyname)
           
 void setFullname(String fullname)
           
 void setGivenname(String givenname)
           
 void setId(long id)
           
 void setIdentification(Set identification)
           
 void setInternetaddress(Set internetaddress)
           
 void setOrganisation(String organisation)
           
 void setPhysicalPerson(boolean physicalPerson)
           
 void setPostaladdress(Set postaladdress)
           
 void setPrefix(String prefix)
           
 void setPrimary(boolean primary)
           
 void setTelephone(Set telephone)
           
 void setZusebpk(String zusebpk)
           
 void setZusebpkType(String zusebpkType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rcpt

public Rcpt()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getZusebpk

public String getZusebpk()

setZusebpk

public void setZusebpk(String zusebpk)

getPhysicalPerson

public boolean getPhysicalPerson()

setPhysicalPerson

public void setPhysicalPerson(boolean physicalPerson)

getGivenname

public String getGivenname()

setGivenname

public void setGivenname(String givenname)

getFamilyname

public String getFamilyname()

setFamilyname

public void setFamilyname(String familyname)

getPrimary

public boolean getPrimary()

setPrimary

public void setPrimary(boolean primary)

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getDateofbirth

public Date getDateofbirth()

setDateofbirth

public void setDateofbirth(Date dateofbirth)

getFullname

public String getFullname()

setFullname

public void setFullname(String fullname)

getOrganisation

public String getOrganisation()

setOrganisation

public void setOrganisation(String organisation)

getIdentification

public Set getIdentification()

setIdentification

public void setIdentification(Set identification)

addIdentification

public void addIdentification(Identification id)

getInternetaddress

public Set getInternetaddress()

setInternetaddress

public void setInternetaddress(Set internetaddress)

addInternetaddress

public void addInternetaddress(Internetaddress email)

getPostaladdress

public Set getPostaladdress()

setPostaladdress

public void setPostaladdress(Set postaladdress)

addPostaladdress

public void addPostaladdress(Postaladdress post)

getTelephone

public Set getTelephone()

setTelephone

public void setTelephone(Set telephone)

addTelephone

public void addTelephone(Telephone telephone)

getZusebpkType

public String getZusebpkType()

setZusebpkType

public void setZusebpkType(String zusebpkType)


Copyright 2008 EGIZ. All Rights Reserved.