public class DbCardParam extends UnversionedDbentity<DbCardParam>
DumpEntity.DumpType| Constructor and Description |
|---|
DbCardParam()
Null constructor
|
DbCardParam(String name,
String value,
DbCardProperty property)
Create DbCardProperty
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DbCardParam that) |
boolean |
equals(Object o) |
String |
getName()
Get the name
|
DbCardProperty |
getProperty() |
String |
getValue()
Get the value
|
int |
hashCode() |
void |
setName(String val)
Set the name
|
void |
setProperty(DbCardProperty val) |
void |
setValue(String val)
Set the value
|
String |
toString() |
clone, getId, setId, toStringSegment, unsaveddump, dump, error, getLog, hasDumpValuepublic DbCardParam()
public DbCardParam(String name, String value, DbCardProperty property)
name - value - property - public void setName(String val)
val - String namepublic String getName()
public void setValue(String val)
val - String valuepublic String getValue()
public void setProperty(DbCardProperty val)
val - public DbCardProperty getProperty()
public int compareTo(DbCardParam that)
compareTo in interface Comparable<DbCardParam>compareTo in class UnversionedDbentity<DbCardParam>public int hashCode()
hashCode in class UnversionedDbentity<DbCardParam>public boolean equals(Object o)
equals in class UnversionedDbentity<DbCardParam>Copyright © 2018 Bedework. All rights reserved.