Getter for the name of the natural primary key constraint
Note that table does not always has natural primary key constraint - this depends on the model
Getter for the overridden name of the referential constraint of the entity state
Note that table does not always has a state column - this depends on the model
Getter for the suggested name of the referential constraint of the entity state
Note that table does not always has a state column - this depends on the model
public void setNaturalPrimaryKeyConstraintNameSuggestion(String pName) throws BOException(Code)
Setter for the name of the natural primary key constraint
Note that table does not always has a natural primary key constraint - this depends on the model
Setter for the name of the constraint to look after state column referential integrity
Note that table does not always has a state column - this depends on the model