org.kuali.rice.ksb.messaging.remotedservices
Class BaseballCard
java.lang.Object
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)
BaseballCard
public BaseballCard()
BaseballCard
public BaseballCard(String playerName,
String cardType,
Integer year)
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–2014 The Kuali Foundation. All rights reserved.