is.idega.idegaweb.golf.rest.pojo
Class Standings

java.lang.Object
  extended by is.idega.idegaweb.golf.rest.pojo.Standings
All Implemented Interfaces:
java.io.Serializable

public class Standings
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Standings()
           
 
Method Summary
 java.lang.String getGroupName()
           
 java.util.List<Score> getScores()
           
 void setGroupName(java.lang.String groupName)
           
 void setScores(java.util.List<Score> scores)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Standings

public Standings()
Method Detail

getGroupName

public java.lang.String getGroupName()

setGroupName

public void setGroupName(java.lang.String groupName)

getScores

public java.util.List<Score> getScores()

setScores

public void setScores(java.util.List<Score> scores)


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