Methods Summary |
---|
public Customer | getCustomer()
return customer;
|
public java.lang.String | getEndDate()
return endDate;
|
public Magazine | getMagazine()
return magazine;
|
public void | setCustomer(Customer pCustomer)
this.customer = pCustomer;
|
public void | setEndDate(java.lang.String pEndDate)
endDate = pEndDate;
|
public void | setMagazine(Magazine pMagazine)
this.magazine = pMagazine;
|