be.destin.skos.core
Class MetadataValueToken

java.lang.Object
  extended by be.destin.skos.core.MetadataValueToken

public class MetadataValueToken
extends java.lang.Object


Method Summary
 Concept getConcept()
           
 java.lang.String getValue()
           
 boolean isBlankAfter()
           
 boolean isWord()
           
 void setBlankAfter(boolean blankAfter)
           
 void setConcept(Concept concept)
           
 void setValue(java.lang.String value)
           
 void setWord(boolean word)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

getConcept

public Concept getConcept()
Returns:
the concept

setConcept

public void setConcept(Concept concept)
Parameters:
concept - the concept to set

isWord

public boolean isWord()
Returns:
the word

setWord

public void setWord(boolean word)
Parameters:
word - the word to set

isBlankAfter

public boolean isBlankAfter()
Returns:
the blankAfter

setBlankAfter

public void setBlankAfter(boolean blankAfter)
Parameters:
blankAfter - the blankAfter to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object