Class Category
- java.lang.Object
-
- edu.cnm.deepdive.interviewprep.model.entity.Category
-
-
Constructor Summary
Constructors Constructor Description Category()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreated()
Returns an object creation Date for this instance.UUID
getExternalKey()
Returns a unique external key identifier for this instance.UUID
getId()
Returns the primary key identifier for this instance.String
getName()
Returns a name for the Category.void
setName(String name)
Set a name for the Category.
-
-
-
Method Detail
-
getId
public UUID getId()
Returns the primary key identifier for this instance.
-
getExternalKey
public UUID getExternalKey()
Returns a unique external key identifier for this instance.
-
getCreated
public Date getCreated()
Returns an object creation Date for this instance.
-
getName
public String getName()
Returns a name for the Category.
-
setName
public void setName(String name)
Set a name for the Category.
-
-