org.eclipse.tigerstripe.model.artifacts
Interface ISessionArtifact.INamedQuery

Enclosing interface:
ISessionArtifact

public static interface ISessionArtifact.INamedQuery


Method Summary
 java.lang.String getFullyQualifiedName()
          Returns the fully qualified name (ie.
 java.lang.String getName()
          Returns the name of this Named Query.
 void setFullyQualifiedName(java.lang.String fqn)
           
 

Method Detail

setFullyQualifiedName

void setFullyQualifiedName(java.lang.String fqn)

getFullyQualifiedName

java.lang.String getFullyQualifiedName()
Returns the fully qualified name (ie. package + name) of this Named Query.

Returns:
String - fully qualified name of this Named Query

getName

java.lang.String getName()
Returns the name of this Named Query.

Returns:
String - the name of this Named Query