Package io.manebot.database.model
Class Property
- java.lang.Object
-
- io.manebot.database.model.TimedRow
-
- io.manebot.database.model.Property
-
@Entity public class Property extends TimedRow
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()intgetPropertyId()byte[]getValue()inthashCode()voidsetValue(byte[] value)-
Methods inherited from class io.manebot.database.model.TimedRow
getCreated, getCreatedDate, getUpdated, getUpdatedDate, setCreated, setCreated, setCreatedDate, setUpdated, setUpdated, setUpdatedDate
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getPropertyId
public int getPropertyId()
-
getValue
public byte[] getValue()
-
setValue
public void setValue(byte[] value) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-