be.dvw.administration.model
Class Inn
java.lang.Object
be.dvw.administration.model.Inn
- All Implemented Interfaces:
- PayingEntity
- public class Inn
- extends java.lang.Object
- implements PayingEntity
- Author:
- Gregory Van Seghbroeck
Constructor Summary |
Inn()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Inn
public Inn()
getAmount
public double getAmount()
- Specified by:
getAmount
in interface PayingEntity
- Returns:
- Returns the amount.
isPayed
public boolean isPayed()
- Specified by:
isPayed
in interface PayingEntity
- Returns:
- Returns the payed.
setPayed
public void setPayed(boolean payed)
- Parameters:
payed
- The payed to set.
getPayment
public java.lang.String getPayment()
- Specified by:
getPayment
in interface PayingEntity
- Returns:
- Returns the payment.
setPayment
public void setPayment(java.lang.String payment)
- Parameters:
payment
- The payment to set.
getInnkeeper
public Person getInnkeeper()
- Returns:
- Returns the innkeeper.
setInnkeeper
public void setInnkeeper(Person innkeeper)
- Parameters:
innkeeper
- The innkeeper to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getTelephone
public java.lang.String getTelephone()
- Returns:
- Returns the telephone.
setTelephone
public void setTelephone(java.lang.String telephone)
- Parameters:
telephone
- The telephone to set.
Copyright © 2005 VZW Koninklijke Muziekvereniging 'De Vrije Werklieden' Lebbeke. All Rights Reserved.