org.eclipse.tigerstripe.model.artifacts
Interface IManagedEntityArtifact.IPrimaryKey

Enclosing interface:
IManagedEntityArtifact

public static interface IManagedEntityArtifact.IPrimaryKey

This class represents a Managed Entity Primary Key.


Method Summary
 java.lang.String getFullyQualifiedName()
          Returns the fully qualified name of the key.
 java.lang.String getName()
          Returns the name of the key (ie without the package).
 java.lang.String getPackage()
          Returns the package of the key.
 void setFullyQualifiedName(java.lang.String fullyQualifiedName)
           
 

Method Detail

setFullyQualifiedName

void setFullyQualifiedName(java.lang.String fullyQualifiedName)

getFullyQualifiedName

java.lang.String getFullyQualifiedName()
Returns the fully qualified name of the key.

Returns:
String - fully qualified name of this key

getPackage

java.lang.String getPackage()
Returns the package of the key.

Returns:
String - package of this key

getName

java.lang.String getName()
Returns the name of the key (ie without the package).

Returns:
String - name of this key.