@Entity public class PropertyEntity extends Object
PropertyEntity()
Long
getId()
String
getName()
Class
getType()
getValue()
void
setId(Long id)
setName(String name)
setType(Class type)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PropertyEntity()
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Class getType()
public void setType(Class type)
public String getValue()
public void setValue(String value)
Copyright © 2021. All rights reserved.