org.openrdf.repository.object.composition.helpers
Class PropertySetFactory

java.lang.Object
  extended by org.openrdf.repository.object.composition.helpers.PropertySetFactory

public class PropertySetFactory
extends Object

Creates PropertySet objects for a given predicate.

Author:
James Leigh

Field Summary
static String CREATE
           
static String GET_NAME
           
 
Constructor Summary
PropertySetFactory(Field field, String predicate)
           
PropertySetFactory(PropertyDescriptor property, String predicate)
           
 
Method Summary
protected  CachedPropertySet createCachedPropertySet(ManagedRDFObject bean)
           
 PropertySet createPropertySet(ManagedRDFObject bean)
           
 String getName()
           
 URI getPredicate()
           
 Class<?> getPropertyType()
           
 boolean isLocalized()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_NAME

public static final String GET_NAME
See Also:
Constant Field Values

CREATE

public static final String CREATE
See Also:
Constant Field Values
Constructor Detail

PropertySetFactory

public PropertySetFactory(Field field,
                          String predicate)

PropertySetFactory

public PropertySetFactory(PropertyDescriptor property,
                          String predicate)
Method Detail

getName

public String getName()

getPropertyType

public Class<?> getPropertyType()

getPredicate

public URI getPredicate()

isLocalized

public boolean isLocalized()

isReadOnly

public boolean isReadOnly()

createPropertySet

public PropertySet createPropertySet(ManagedRDFObject bean)

createCachedPropertySet

protected CachedPropertySet createCachedPropertySet(ManagedRDFObject bean)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.