Class ResourceData

java.lang.Object
com.thortech.xl.vo.ResourceData
All Implemented Interfaces:
Serializable

public class ResourceData extends Object implements Serializable
This value object stores information about a resource keys in Xellerate.
Author:
Navin Myanger
See Also:
  • Constructor Details

    • ResourceData

      public ResourceData()
  • Method Details

    • getObiKey

      public String getObiKey()
      Returns:
      Returns the obiKey.
    • setObiKey

      public void setObiKey(String obiKey)
      Parameters:
      obiKey - The obiKey to set.
    • getOioKey

      public String getOioKey()
      Returns:
      Returns the oioKey.
    • setOioKey

      public void setOioKey(String oioKey)
      Parameters:
      oioKey - The oioKey to set.
    • getOiuKey

      public String getOiuKey()
      Returns:
      Returns the oiuKey.
    • setOiuKey

      public void setOiuKey(String oiuKey)
      Parameters:
      oiuKey - The oiuKey to set.