Class MatchAnalyseModel
- java.lang.Object
-
- net.risesoft.api.persistence.model.log.MatchAnalyseModel
-
- All Implemented Interfaces:
Serializable
@Entity public class MatchAnalyseModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchAnalyseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetMatch()StringgetSolution()StringgetSubMatch()StringgetType()voidsetId(String id)voidsetMatch(String match)voidsetSolution(String solution)voidsetSubMatch(String subMatch)voidsetType(String type)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getMatch
public String getMatch()
-
setMatch
public void setMatch(String match)
-
getSubMatch
public String getSubMatch()
-
setSubMatch
public void setSubMatch(String subMatch)
-
getSolution
public String getSolution()
-
setSolution
public void setSolution(String solution)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-