Skip navigation links


com.thortech.xl.vo
Class ProvisioningData

java.lang.Object
  extended by com.thortech.xl.vo.ProvisioningData

All Implemented Interfaces:
java.io.Serializable

public class ProvisioningData
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ProvisioningData()
           
ProvisioningData(long requesterKey, long resourceObjectKey, long formKey)
           
ProvisioningData(long requesterKey, long resourceObjectKey, long formKey, java.util.Map formData)
           

 

Method Summary
 java.util.Map getFormData()
           
 java.lang.String getFormDataItem(java.lang.String name)
          Gets a specific item from the
 long getFormKey()
           
 long getRequesterKey()
           
 long getResourceObjectKey()
           
 void setFormData(java.util.Map formData)
          Stores the formData information.
 void setFormDataItem(java.lang.String name, java.lang.String value)
          sets an item to the formData
 void setFormKey(long formKey)
           
 void setRequesterKey(long requesterKey)
           
 void setResourceObjectKey(long resourceObjectKey)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProvisioningData

public ProvisioningData()

ProvisioningData

public ProvisioningData(long requesterKey,
                        long resourceObjectKey,
                        long formKey)

ProvisioningData

public ProvisioningData(long requesterKey,
                        long resourceObjectKey,
                        long formKey,
                        java.util.Map formData)

Method Detail

getFormKey

public long getFormKey()
Returns:
Returns the formKey.

setFormKey

public void setFormKey(long formKey)
Parameters:
formKey - The formKey to set.

getRequesterKey

public long getRequesterKey()
Returns:
Returns the requesterKey.

setRequesterKey

public void setRequesterKey(long requesterKey)
Parameters:
requesterKey - The requesterKey to set.

getResourceObjectKey

public long getResourceObjectKey()
Returns:
Returns the resourceObjectKey.

setResourceObjectKey

public void setResourceObjectKey(long resourceObjectKey)
Parameters:
resourceObjectKey - The resourceObjectKey to set.

getFormData

public java.util.Map getFormData()
Returns:
Returns the formData.

setFormData

public void setFormData(java.util.Map formData)
Stores the formData information. The key of the map is the "Structure Utility.Additional Columns.Key", which is the key of the column where the value is set for.
Parameters:
formData - The formData to set.

setFormDataItem

public void setFormDataItem(java.lang.String name,
                            java.lang.String value)
sets an item to the formData
Parameters:
name - the name of the item to insert
value - the value of the item to insert

getFormDataItem

public java.lang.String getFormDataItem(java.lang.String name)
Gets a specific item from the
Parameters:
name - of the item to get from the formData
Returns:
the value of the form data if it exists. Otherwise, returns null

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.