org.alfresco.web.bean.admin
Class AdminNodeBrowseBean.Property.Value

java.lang.Object
  extended by org.alfresco.web.bean.admin.AdminNodeBrowseBean.Property.Value
Enclosing class:
AdminNodeBrowseBean.Property

public class AdminNodeBrowseBean.Property.Value
extends java.lang.Object

Value wrapper


Constructor Summary
AdminNodeBrowseBean.Property.Value(java.io.Serializable value)
          Construct
 
Method Summary
 java.lang.String getDataType()
          Gets the value datatype
 java.lang.String getUrl()
          Gets the download url (for content properties)
 java.io.Serializable getValue()
          Gets the value
 boolean isContent()
          Determines whether the value is content
 boolean isNodeRef()
          Determines whether the value is a node ref
 boolean isNullValue()
          Determines whether the value is null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminNodeBrowseBean.Property.Value

public AdminNodeBrowseBean.Property.Value(java.io.Serializable value)
Construct

Parameters:
value - value
Method Detail

getValue

public java.io.Serializable getValue()
Gets the value

Returns:
the value

getDataType

public java.lang.String getDataType()
Gets the value datatype

Returns:
the value datatype

getUrl

public java.lang.String getUrl()
Gets the download url (for content properties)

Returns:
url

isContent

public boolean isContent()
Determines whether the value is content

Returns:
true => is content

isNodeRef

public boolean isNodeRef()
Determines whether the value is a node ref

Returns:
true => is node ref

isNullValue

public boolean isNullValue()
Determines whether the value is null

Returns:
true => value is null


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.