net.jangaroo.properties.model
Class Property

java.lang.Object
  extended by net.jangaroo.properties.model.Property

public class Property
extends Object

A POJO to store key, value, and comment of a single property read from a properties file.


Constructor Summary
Property(String comment, String key, boolean keyIsIdentifier, String value)
           
 
Method Summary
 String getComment()
           
 String getKey()
           
 boolean getKeyIsIdentifier()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(String comment,
                String key,
                boolean keyIsIdentifier,
                String value)
Method Detail

getComment

public String getComment()

getKey

public String getKey()

getKeyIsIdentifier

public boolean getKeyIsIdentifier()

getValue

public String getValue()


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.