com.wewebu.ow.server.history
Class OwStandardHistoryModifiedPropertyValue.OwModifiedField

java.lang.Object
  extended by com.wewebu.ow.server.history.OwStandardHistoryModifiedPropertyValue.OwModifiedField
All Implemented Interfaces:
OwField
Enclosing class:
OwStandardHistoryModifiedPropertyValue

public static class OwStandardHistoryModifiedPropertyValue.OwModifiedField
extends Object
implements OwField

OwModifiedField.

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
OwStandardHistoryModifiedPropertyValue.OwModifiedField(Object value_p, OwFieldDefinition fieldDefinition_p)
           
 
Method Summary
 OwFieldDefinition getFieldDefinition()
          get the corresponding field definition of the field
 Object getValue()
          get the value of the field.
 void setValue(Object value_p)
          set the value of the field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwStandardHistoryModifiedPropertyValue.OwModifiedField

public OwStandardHistoryModifiedPropertyValue.OwModifiedField(Object value_p,
                                                              OwFieldDefinition fieldDefinition_p)
Method Detail

getFieldDefinition

public OwFieldDefinition getFieldDefinition()
                                     throws Exception
Description copied from interface: OwField
get the corresponding field definition of the field

Specified by:
getFieldDefinition in interface OwField
Returns:
OwFieldDefinition
Throws:
Exception

getValue

public Object getValue()
                throws Exception
Description copied from interface: OwField
get the value of the field. Can also be a list of values

Specified by:
getValue in interface OwField
Returns:
Object value of field if field is scalar, or a java.io.List of objects if field is an array
Throws:
Exception

setValue

public void setValue(Object value_p)
              throws Exception
Description copied from interface: OwField
set the value of the field. Can also be a list of values (see OwPropertyClass.isArray)

Specified by:
setValue in interface OwField
Parameters:
value_p - value of field if field is scalar, or a java.io.List of objects if field is an array
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.