public class

CIPropertyInfoAccessor

extends AbstractCIAccessorFactory
java.lang.Object
   ↳ org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
     ↳ org.mule.modules.peoplesoft.api.CIPropertyInfoAccessor

Class Overview

Helper class for PeopleSoft API entity CIPropertyInfo.

Summary

Fields
private Object propertyInfo Wraps an instance of psft.pt8.joa.CIPropertyInfo
private CIPropertyInfoCollectionAccessor propertyInfoCollection
[Expand]
Inherited Fields
From class org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
Public Constructors
CIPropertyInfoAccessor(Object obj)
Public Methods
long getDecimalPosition()
Retrieve the decimal position of CIPropertyInfo.
boolean getIsCollection()
Check whether CIPropertyInfo is a Collection.
boolean getIsReadOnly()
Check CIPropertyInfo is read only.
long getLength()
Extract the length from CIPropertyInfo as Long.
String getName()
Get the name from CIPropertyInfo.
CIPropertyInfoCollectionAccessor getPropertyInfoCollection()
Get the collection of CIPropertyInfo.
boolean getRequired()
Check whether the CIPropertyInfo is required.
long getType()
Retrieves a number (from 0 to 6) that represents one of the data types defined in class CIPropertyTypes Only the ones labeled with the appendix "PSPROPERTY_DB_TYPE_ (not PSPROPERTY_OA_TYPE_).
[Expand]
Inherited Methods
From class org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
From class java.lang.Object

Fields

private Object propertyInfo

Wraps an instance of psft.pt8.joa.CIPropertyInfo

private CIPropertyInfoCollectionAccessor propertyInfoCollection

Public Constructors

public CIPropertyInfoAccessor (Object obj)

Parameters
obj

Public Methods

public long getDecimalPosition ()

Retrieve the decimal position of CIPropertyInfo.

Returns
  • The value.

public boolean getIsCollection ()

Check whether CIPropertyInfo is a Collection.

Returns
  • The value.

public boolean getIsReadOnly ()

Check CIPropertyInfo is read only.

Returns
  • The value.

public long getLength ()

Extract the length from CIPropertyInfo as Long.

Returns
  • The value.

public String getName ()

Get the name from CIPropertyInfo.

Returns
  • The value.

public CIPropertyInfoCollectionAccessor getPropertyInfoCollection ()

Get the collection of CIPropertyInfo.

Returns
  • The value.
Throws
ClassNotFoundException

public boolean getRequired ()

Check whether the CIPropertyInfo is required.

Returns
  • The value.

public long getType ()

Retrieves a number (from 0 to 6) that represents one of the data types defined in class CIPropertyTypes Only the ones labeled with the appendix "PSPROPERTY_DB_TYPE_ (not PSPROPERTY_OA_TYPE_).

Returns
  • The value.