is.idega.idegaweb.golf.tournament.presentation.scoring
Class TourCanonScoring.Score

java.lang.Object
  extended by is.idega.idegaweb.golf.tournament.presentation.scoring.TourCanonScoring.Score
All Implemented Interfaces:
java.lang.Comparable<TourCanonScoring.Score>
Enclosing class:
TourCanonScoring

public class TourCanonScoring.Score
extends java.lang.Object
implements java.lang.Comparable<TourCanonScoring.Score>


Constructor Summary
TourCanonScoring.Score()
           
 
Method Summary
 int compareTo(TourCanonScoring.Score other)
           
 boolean equals(java.lang.Object obj)
           
 int getHolesPlayed()
           
 Member getMember()
           
 int getTotal()
           
 int hashCode()
           
 void setHolesPlayed(int holesPlayed)
           
 void setMember(Member member)
           
 void setScore(int score)
           
 void setTotal(int total)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourCanonScoring.Score

public TourCanonScoring.Score()
Method Detail

getMember

public Member getMember()

setMember

public void setMember(Member member)

getHolesPlayed

public int getHolesPlayed()

setHolesPlayed

public void setHolesPlayed(int holesPlayed)

getTotal

public int getTotal()

setTotal

public void setTotal(int total)

setScore

public void setScore(int score)

compareTo

public int compareTo(TourCanonScoring.Score other)
Specified by:
compareTo in interface java.lang.Comparable<TourCanonScoring.Score>

hashCode

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

equals

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


Copyright © 2000-2014 idega software. All Rights Reserved.