org.alfresco.repo.site.script
Class Site.CustomProperty

java.lang.Object
  extended by org.alfresco.repo.site.script.Site.CustomProperty
Enclosing class:
Site

public class Site.CustomProperty
extends java.lang.Object

Custom property helper class


Constructor Summary
Site.CustomProperty(java.lang.String name, java.io.Serializable value, java.lang.String type, java.lang.String title)
          Constructor
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 java.io.Serializable getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Site.CustomProperty

public Site.CustomProperty(java.lang.String name,
                           java.io.Serializable value,
                           java.lang.String type,
                           java.lang.String title)
Constructor

Parameters:
name - property name
value - property value
type - property type
title - property title
Method Detail

getName

public java.lang.String getName()

getValue

public java.io.Serializable getValue()

getType

public java.lang.String getType()

getTitle

public java.lang.String getTitle()


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