com.atlassian.crowd.plugin.rest.entity
Class PropertyEntity

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.PropertyEntity

public class PropertyEntity
extends Object

Represents a property entity.


Constructor Summary
PropertyEntity(String name, String type)
          Constructs a property with the specified name and type.
 
Method Summary
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEntity

public PropertyEntity(String name,
                      String type)
Constructs a property with the specified name and type.

Parameters:
name - name of the property
type - type of the property
Method Detail

getName

public String getName()

getType

public String getType()


Copyright © 2012 Atlassian. All Rights Reserved.