Skip navigation links


com.thortech.xl.vo
Class ResourceData

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

All Implemented Interfaces:
java.io.Serializable

public class ResourceData
extends java.lang.Object
implements java.io.Serializable

This value object stores information about a resource keys in Xellerate.

See Also:
Serialized Form

Constructor Summary
ResourceData()
           

 

Method Summary
 java.lang.String getObiKey()
           
 java.lang.String getOioKey()
           
 java.lang.String getOiuKey()
           
 void setObiKey(java.lang.String obiKey)
           
 void setOioKey(java.lang.String oioKey)
           
 void setOiuKey(java.lang.String oiuKey)
           

 

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

 

Constructor Detail

ResourceData

public ResourceData()

Method Detail

getObiKey

public java.lang.String getObiKey()
Returns:
Returns the obiKey.

setObiKey

public void setObiKey(java.lang.String obiKey)
Parameters:
obiKey - The obiKey to set.

getOioKey

public java.lang.String getOioKey()
Returns:
Returns the oioKey.

setOioKey

public void setOioKey(java.lang.String oioKey)
Parameters:
oioKey - The oioKey to set.

getOiuKey

public java.lang.String getOiuKey()
Returns:
Returns the oiuKey.

setOiuKey

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

Skip navigation links


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