org.syncope.console.commons
Class SchemaWrapper

java.lang.Object
  extended by org.syncope.console.commons.SchemaWrapper
All Implemented Interfaces:
Serializable

public class SchemaWrapper
extends Object
implements Serializable

Wrapper for User's Schema - Attribute.

See Also:
Serialized Form

Constructor Summary
SchemaWrapper(SchemaTO schemaTO)
           
 
Method Summary
 SchemaTO getSchemaTO()
           
 List<String> getValues()
           
 void setSchemaTO(SchemaTO schemaTO)
           
 void setValues(List<String> values)
           
 void setValues(Set<String> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaWrapper

public SchemaWrapper(SchemaTO schemaTO)
Method Detail

getSchemaTO

public SchemaTO getSchemaTO()

setSchemaTO

public void setSchemaTO(SchemaTO schemaTO)

getValues

public List<String> getValues()

setValues

public void setValues(List<String> values)

setValues

public void setValues(Set<String> values)


Copyright © 2010. All Rights Reserved.