org.fcrepo.server.storage.types
Class Property

java.lang.Object
  extended by org.fcrepo.server.storage.types.Property

public class Property
extends Object

A data structure for holding properties as name/value pairs.

Author:
Ross Wayland

Field Summary
 String name
           
 String value
           
 
Constructor Summary
Property()
           
Property(String propertyName, String propertyValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

Property

public Property()

Property

public Property(String propertyName,
                String propertyValue)


Copyright © 2011 DuraSpace. All Rights Reserved.