com.apelon.dts.common
Class DTSPropTypeObject

java.lang.Object
  extended by com.apelon.dts.common.DTSTransferObject
      extended by com.apelon.dts.common.DTSPropTypeObject

public class DTSPropTypeObject
extends DTSTransferObject

Title: DTSPropTypeObject

Description: A Transfer Object for DTSPropertyType

Copyright: Copyright (c) 2005

Company: Apelon Inc.

Since:
3.4.0
Version:
DTS 3.4.0
Author:
Apelon Inc.

Constructor Summary
DTSPropTypeObject()
           
DTSPropTypeObject(int id, String code, String name, int namespaceId)
           
 
Method Summary
 String getAttachesTo()
           
 String getContainsIndex()
           
 String getValueSize()
           
 void setAttachesTo(String attachesTo)
           
 void setContainsIndex(String containsIndex)
           
 void setValueSize(String valueSize)
           
 
Methods inherited from class com.apelon.dts.common.DTSTransferObject
getCode, getId, getName, getNamespaceId, setCode, setId, setName, setNamespaceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTSPropTypeObject

public DTSPropTypeObject()

DTSPropTypeObject

public DTSPropTypeObject(int id,
                         String code,
                         String name,
                         int namespaceId)
Method Detail

getValueSize

public String getValueSize()

setValueSize

public void setValueSize(String valueSize)

getAttachesTo

public String getAttachesTo()

setAttachesTo

public void setAttachesTo(String attachesTo)

getContainsIndex

public String getContainsIndex()

setContainsIndex

public void setContainsIndex(String containsIndex)


Copyright © 2011. All Rights Reserved.