com.wewebu.ow.server.ecmimpl.opencmis.property
Interface OwCMISProperty<O>

All Superinterfaces:
Cloneable, Comparable, com.wewebu.ow.server.field.OwField, com.wewebu.ow.server.ecm.OwProperty
All Known Subinterfaces:
OwCMISBoundVirtualProperty<O>, OwCMISNativeProperty<O,N>, OwCMISStoredVirtualProperty<O>, OwCMISVirtualProperty<O>
All Known Implementing Classes:
OwCMISAbstractProperty, OwCMISAbstractVirtualProperty, OwCMISBoundVirtualPropertyImpl, OwCMISNativePropertyImpl, OwCMISStoredVirtualPropertyImpl

public interface OwCMISProperty<O>
extends com.wewebu.ow.server.ecm.OwProperty, Cloneable

OwCMISProperty.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition()
           
 Object getNativeObject()
           
 Object getValue()
           
 void setValue(Object value_p)
           
 
Methods inherited from interface com.wewebu.ow.server.ecm.OwProperty
clone, getPropertyClass, isHidden, isReadOnly
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getFieldDefinition

com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition()
                                                                throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getFieldDefinition in interface com.wewebu.ow.server.field.OwField
Throws:
com.wewebu.ow.server.exceptions.OwException

getValue

Object getValue()
                throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getValue in interface com.wewebu.ow.server.field.OwField
Throws:
com.wewebu.ow.server.exceptions.OwException

setValue

void setValue(Object value_p)
              throws com.wewebu.ow.server.exceptions.OwException
Specified by:
setValue in interface com.wewebu.ow.server.field.OwField
Throws:
com.wewebu.ow.server.exceptions.OwException

getNativeObject

Object getNativeObject()
                       throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getNativeObject in interface com.wewebu.ow.server.ecm.OwProperty
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.