public class VRECategory extends Object implements Serializable, Comparable<VRECategory>
Modifier and Type | Field and Description |
---|---|
protected long |
categoryID |
protected String |
description |
protected String |
name |
Constructor and Description |
---|
VRECategory() |
VRECategory(long categoryID,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VRECategory vreCategory) |
long |
getCategoryID() |
String |
getDescription() |
String |
getName() |
void |
setCategoryID(long categoryID) |
void |
setDescription(String description) |
void |
setName(String name) |
protected long categoryID
protected String name
protected String description
public long getCategoryID()
public void setCategoryID(long categoryID)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public int compareTo(VRECategory vreCategory)
compareTo
in interface Comparable<VRECategory>
Copyright © 2016. All Rights Reserved.