org.kuali.common.util.property.processor
Class OrgProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.OrgProcessor
All Implemented Interfaces:
PropertyProcessor

public class OrgProcessor
extends Object
implements PropertyProcessor


Constructor Summary
OrgProcessor()
           
OrgProcessor(String organizationGroupId, String groupId)
           
 
Method Summary
 String getGroupCodeProperty()
           
 String getGroupId()
           
 String getOrganizationGroupCodeSuffix()
           
 String getOrganizationGroupId()
           
 Mode getPropertyOverwriteMode()
           
 void process(Properties properties)
           
 void setGroupCodeProperty(String groupCodeProperty)
           
 void setGroupId(String groupId)
           
 void setOrganizationGroupCodeSuffix(String organizationGroupCodeSuffix)
           
 void setOrganizationGroupId(String organizationGroupId)
           
 void setPropertyOverwriteMode(Mode propertyOverwriteMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgProcessor

public OrgProcessor()

OrgProcessor

public OrgProcessor(String organizationGroupId,
                    String groupId)
Method Detail

process

public void process(Properties properties)
Specified by:
process in interface PropertyProcessor

getOrganizationGroupId

public String getOrganizationGroupId()

setOrganizationGroupId

public void setOrganizationGroupId(String organizationGroupId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getGroupCodeProperty

public String getGroupCodeProperty()

setGroupCodeProperty

public void setGroupCodeProperty(String groupCodeProperty)

getPropertyOverwriteMode

public Mode getPropertyOverwriteMode()

setPropertyOverwriteMode

public void setPropertyOverwriteMode(Mode propertyOverwriteMode)

getOrganizationGroupCodeSuffix

public String getOrganizationGroupCodeSuffix()

setOrganizationGroupCodeSuffix

public void setOrganizationGroupCodeSuffix(String organizationGroupCodeSuffix)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.