org.dishevelled.vocabulary.simple
Class SimpleAssignable

java.lang.Object
  extended by org.dishevelled.vocabulary.AssignableSupport
      extended by org.dishevelled.vocabulary.AbstractAssignable
          extended by org.dishevelled.vocabulary.simple.SimpleAssignable
All Implemented Interfaces:
Assignable

public class SimpleAssignable
extends AbstractAssignable

Simple implementation of the Assignable interface.

Version:
$Revision$ $Date$
Author:
Michael Heuer

Field Summary
private  java.lang.String name
          Name of this assignable entity.
 
Constructor Summary
SimpleAssignable(java.lang.String name)
          Create a new assignable entity with the specified name.
 
Method Summary
 java.lang.String getName()
          Return the name of this assignable entity.
 
Methods inherited from class org.dishevelled.vocabulary.AssignableSupport
addAssignment, getAssignments, setAssignable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dishevelled.vocabulary.Assignable
addAssignment, getAssignments
 

Field Detail

name

private final java.lang.String name
Name of this assignable entity.

Constructor Detail

SimpleAssignable

public SimpleAssignable(java.lang.String name)
Create a new assignable entity with the specified name.

Parameters:
name - name
Method Detail

getName

public java.lang.String getName()
Return the name of this assignable entity.

Returns:
the name of this assignable entity


Copyright (c) 2002-2004 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).