com.wewebu.ow.server.ecmimpl.cmis.generic
Class OwCMISDecimalPropertyBinding

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.generic.OwCMISDecimalPropertyBinding
All Implemented Interfaces:
OwCMISNativePropertyBinding<BigDecimal>, Cloneable

public class OwCMISDecimalPropertyBinding
extends Object
implements OwCMISNativePropertyBinding<BigDecimal>

OwCMISDecimalPropertyBinding.

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


Constructor Summary
OwCMISDecimalPropertyBinding(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDecimal propertyDecimal_p)
           
 
Method Summary
protected  Object clone()
           
 OwCMISNativePropertyBinding<BigDecimal> cloneBinding()
          Clone method which should return a cloned instance of current instance.
 List<BigDecimal> getLiveValueList()
          Return a list of native property values if exist, else an empty list should be returned.
 org.oasis_open.docs.ns.cmis.core._200908.CmisProperty getNativeProperty()
          Return the native CmisProperty which was retrieved through the services.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISDecimalPropertyBinding

public OwCMISDecimalPropertyBinding(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDecimal propertyDecimal_p)
Method Detail

getLiveValueList

public List<BigDecimal> getLiveValueList()
Description copied from interface: OwCMISNativePropertyBinding
Return a list of native property values if exist, else an empty list should be returned.

Specified by:
getLiveValueList in interface OwCMISNativePropertyBinding<BigDecimal>
Returns:
List of specific type <L>

getNativeProperty

public org.oasis_open.docs.ns.cmis.core._200908.CmisProperty getNativeProperty()
Description copied from interface: OwCMISNativePropertyBinding
Return the native CmisProperty which was retrieved through the services.

Specified by:
getNativeProperty in interface OwCMISNativePropertyBinding<BigDecimal>
Returns:
CmisProperty

cloneBinding

public OwCMISNativePropertyBinding<BigDecimal> cloneBinding()
Description copied from interface: OwCMISNativePropertyBinding
Clone method which should return a cloned instance of current instance.

Specified by:
cloneBinding in interface OwCMISNativePropertyBinding<BigDecimal>
Returns:
OwCMISNativeProeprtyBinding

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.