jondo
Class PremiumAccount

java.lang.Object
  extended by jondo.PremiumAccount

public class PremiumAccount
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object a_account)
           
 long getCredits()
           
 long getNumber()
           
 boolean hasExpired()
           
 int hashCode()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNumber

public long getNumber()

getCredits

public long getCredits()

isActive

public boolean isActive()

hasExpired

public boolean hasExpired()

equals

public boolean equals(java.lang.Object a_account)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object