public interface RASResourceEntry
Modifier and Type | Interface and Description |
---|---|
static class |
RASResourceEntry.RASSqlParameterDefinition
Definition for RASSqlParameterDefinition This class shows the sql parameter name along with it's type (number or varchar)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of the entity.
|
java.lang.String |
getDisplayName()
Returns the Display name.
|
java.lang.String |
getName()
Name of the entry.
|
java.util.Set<RASResourceEntry.RASSqlParameterDefinition> |
getParamaterDefinition()
Return the parameter definitions for sql predicate that identifies set of rows represented by the DatabaseObject instance.
|
RASResourceTypeEntry |
getRASResourceType()
Return the resource type.
|
java.lang.String |
getSqlPredicate()
Return the sql predicate that identifies set of rows from the RAS data represented by the DatabaseObject instance.
|
void |
setDescription(java.lang.String description)
Set the description of this entry.
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of this entry.
|
void |
setSqlPredicate(java.lang.String sqlPredicate)
Set the sql predicate that identifies set of rows from the RAS data represented by the Business Object Instance.
|
java.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String getName()
void setDescription(java.lang.String description)
description
-void setDisplayName(java.lang.String displayName)
displayName
-RASResourceTypeEntry getRASResourceType()
void setSqlPredicate(java.lang.String sqlPredicate)
sqlPredicate
-java.lang.String getSqlPredicate()
java.util.Set<RASResourceEntry.RASSqlParameterDefinition> getParamaterDefinition()