org.escot
Interface CustomStorage

All Known Implementing Classes:
CustomObject

public interface CustomStorage

CustomStorage for persistence


Method Summary
 CustomObject[] getCustomObjects()
          gets the custom objects for this object
 CustomProperty[] getCustomProperties()
          gets the custom properties for this object
 void setCustomObjects(CustomObject[] obj)
          sets the custom objects for this object
 void setCustomProperties(CustomProperty[] props)
          sets the custom properties for this object
 

Method Detail

getCustomProperties

public CustomProperty[] getCustomProperties()
gets the custom properties for this object
Returns:
an array of custom properties

setCustomProperties

public void setCustomProperties(CustomProperty[] props)
sets the custom properties for this object
Parameters:
props - an array of custom properties

getCustomObjects

public CustomObject[] getCustomObjects()
gets the custom objects for this object
Returns:
an array of custom objects

setCustomObjects

public void setCustomObjects(CustomObject[] obj)
sets the custom objects for this object
Parameters:
obj - an array of custom objects