org.kuali.rice.ksb.messaging.remotedservices
Class BaseballCard

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.remotedservices.BaseballCard

public class BaseballCard
extends Object

data bean used by the BaseballCardCollectionService

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
BaseballCard()
           
BaseballCard(String playerName, String cardType, Integer year)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCardType()
           
 String getPlayerName()
           
 Integer getYear()
           
 int hashCode()
           
 void setCardType(String cardType)
           
 void setPlayerName(String playerName)
           
 void setYear(Integer year)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseballCard

public BaseballCard()

BaseballCard

public BaseballCard(String playerName,
                    String cardType,
                    Integer year)
Method Detail

setCardType

public void setCardType(String cardType)
Parameters:
cardType - the cardType to set

setPlayerName

public void setPlayerName(String playerName)
Parameters:
playerName - the playerName to set

setYear

public void setYear(Integer year)
Parameters:
year - the year to set

getCardType

public String getCardType()

getPlayerName

public String getPlayerName()

getYear

public Integer getYear()

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

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


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.