public class BOMD extends Object
| Constructor and Description |
|---|
BOMD() |
BOMD(String name,
ColTypeEnum colType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColType() |
String |
getDefaultValue() |
String |
getEnumValues() |
String |
getName() |
boolean |
isEncrypted() |
boolean |
isHashed() |
boolean |
isRequired() |
boolean |
isSeaarchable() |
void |
setColType(ColTypeEnum colType) |
void |
setDefaultValue(String defaultValue) |
void |
setEncrypted(boolean encrypted) |
void |
setEnumValues(String enumValues) |
void |
setHashed(boolean hashed) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setSeaarchable(boolean seaarchable) |
public BOMD()
public BOMD(String name, ColTypeEnum colType)
public String getColType()
public void setColType(ColTypeEnum colType)
public String getName()
public void setName(String name)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getEnumValues()
public void setEnumValues(String enumValues)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isHashed()
public void setHashed(boolean hashed)
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public boolean isSeaarchable()
public void setSeaarchable(boolean seaarchable)
Copyright © 2018. All rights reserved.