Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.misc
Class InvoiceObject  view InvoiceObject download InvoiceObject.java

java.lang.Object
  extended byorg.schooltool.misc.InvoiceObject

public class InvoiceObject
extends java.lang.Object

Version:

Field Summary
private  org.schooltool.complextypes.finance.Invoice invoice
           
private  java.util.Collection invoiceItems
           
private  boolean isPerson
           
private  org.schooltool.complextypes.organisation.Organisation organisation
           
private  org.schooltool.complextypes.person.Person person
           
 
Constructor Summary
InvoiceObject()
          Creates new InvoiceObject
 
Method Summary
 org.schooltool.complextypes.finance.Invoice getInvoice()
          Getter for property invoice.
 java.util.Collection getInvoiceItems()
          Getter for property invoiceItems.
 org.schooltool.complextypes.organisation.Organisation getOrganisation()
          Getter for property organisation.
 org.schooltool.complextypes.person.Person getPerson()
          Getter for property person.
 boolean isPerson()
          Getter for property person.
 void setInvoice(org.schooltool.complextypes.finance.Invoice invoice)
          Setter for property invoice.
 void setInvoiceItems(java.util.Collection invoiceItems)
          Setter for property invoiceItems.
 void setIsPerson(boolean isPerson)
          Setter for property person.
 void setOrganisation(org.schooltool.complextypes.organisation.Organisation organisation)
          Setter for property organisation.
 void setPerson(org.schooltool.complextypes.person.Person person)
          Setter for property person.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invoice

private org.schooltool.complextypes.finance.Invoice invoice

person

private org.schooltool.complextypes.person.Person person

invoiceItems

private java.util.Collection invoiceItems

organisation

private org.schooltool.complextypes.organisation.Organisation organisation

isPerson

private boolean isPerson
Constructor Detail

InvoiceObject

public InvoiceObject()
Creates new InvoiceObject

Method Detail

getPerson

public org.schooltool.complextypes.person.Person getPerson()
Getter for property person.


setPerson

public void setPerson(org.schooltool.complextypes.person.Person person)
Setter for property person.


getInvoiceItems

public java.util.Collection getInvoiceItems()
Getter for property invoiceItems.


setInvoiceItems

public void setInvoiceItems(java.util.Collection invoiceItems)
Setter for property invoiceItems.


getOrganisation

public org.schooltool.complextypes.organisation.Organisation getOrganisation()
Getter for property organisation.


setOrganisation

public void setOrganisation(org.schooltool.complextypes.organisation.Organisation organisation)
Setter for property organisation.


getInvoice

public org.schooltool.complextypes.finance.Invoice getInvoice()
Getter for property invoice.


setInvoice

public void setInvoice(org.schooltool.complextypes.finance.Invoice invoice)
Setter for property invoice.


isPerson

public boolean isPerson()
Getter for property person.


setIsPerson

public void setIsPerson(boolean isPerson)
Setter for property person.