| |
|
| com.metaboss.sdlctools.domains.storagemodel.BORelationalAssociationTable
All known Subclasses: com.metaboss.sdlctools.domains.storagemodel.impl.BORelationalAssociationTableImpl,
BORelationalAssociationTable | public interface BORelationalAssociationTable extends BOObject(Code) | | |
getNameSuggestion | public String getNameSuggestion() throws BOException(Code) | | Getter for the suggested name of the table
|
getPrimaryKeyConstraintNameOverride | public String getPrimaryKeyConstraintNameOverride() throws BOException(Code) | | Getter for the overriden name of the primary key constraint
|
getPrimaryKeyConstraintNameSuggestion | public String getPrimaryKeyConstraintNameSuggestion() throws BOException(Code) | | Getter for the suggested name of the primary key constraint
|
getRoleAInstanceIdColumnNameOverride | public String getRoleAInstanceIdColumnNameOverride() throws BOException(Code) | | Getter for the overriden name of the column to store role A instance id
|
getRoleAInstanceIdColumnNameSuggestion | public String getRoleAInstanceIdColumnNameSuggestion() throws BOException(Code) | | Getter for the suggested name of the column to store role A instance id
|
getRoleAReferentialConstraintNameOverride | public String getRoleAReferentialConstraintNameOverride() throws BOException(Code) | | Getter for the overriden name of the constraint to guard role A referential integrity
|
getRoleAReferentialConstraintNameSuggestion | public String getRoleAReferentialConstraintNameSuggestion() throws BOException(Code) | | Getter for the suggested name of the constraint to guard role A referential integrity
|
getRoleBInstanceIdColumnNameOverride | public String getRoleBInstanceIdColumnNameOverride() throws BOException(Code) | | Getter for the overriden name of the column to store role B instance id
|
getRoleBInstanceIdColumnNameSuggestion | public String getRoleBInstanceIdColumnNameSuggestion() throws BOException(Code) | | Getter for the suggested name of the column to store role B instance id
|
getRoleBReferentialConstraintNameOverride | public String getRoleBReferentialConstraintNameOverride() throws BOException(Code) | | Getter for the overriden name of the constraint to guard role B referential integrity
|
getRoleBReferentialConstraintNameSuggestion | public String getRoleBReferentialConstraintNameSuggestion() throws BOException(Code) | | Getter for the suggested name of the constraint to guard role B referential integrity
|
setNameSuggestion | public void setNameSuggestion(String pName) throws BOException(Code) | | Setter for the name of the table
|
setPrimaryKeyConstraintNameSuggestion | public void setPrimaryKeyConstraintNameSuggestion(String pName) throws BOException(Code) | | Setter for the suggested name of the primary key constraint
|
setRoleAInstanceIdColumnNameSuggestion | public void setRoleAInstanceIdColumnNameSuggestion(String pName) throws BOException(Code) | | Setter for the name of the column to store role A instance id
|
setRoleAReferentialConstraintNameSuggestion | public void setRoleAReferentialConstraintNameSuggestion(String pName) throws BOException(Code) | | Setter for the name of the constraint to guard role A referential integrity
|
setRoleBInstanceIdColumnNameSuggestion | public void setRoleBInstanceIdColumnNameSuggestion(String pName) throws BOException(Code) | | Setter for the name of the column to store role B instance id
|
setRoleBReferentialConstraintNameSuggestion | public void setRoleBReferentialConstraintNameSuggestion(String pName) throws BOException(Code) | | Setter for the name of the constraint to guard role B referential integrity
|
|
|
|