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.String
getName()
int
getPropertyId()
byte[]
getValue()
int
hashCode()
void
setValue(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:
hashCode
in classjava.lang.Object
-
-