org.tinygroup.metadata.config.dto
类 ObjectReference

java.lang.Object
  继承者 org.tinygroup.metadata.config.dto.ObjectReference

public class ObjectReference
extends Object

Created by wangwy11342 on 2016/5/19. 嵌套对象属性


构造方法摘要
ObjectReference()
           
 
方法摘要
 String getCollectionType()
           
 String getIsArray()
           
 String getRef()
           
 void setCollectionType(String collectionType)
           
 void setIsArray(String isArray)
           
 void setRef(String ref)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ObjectReference

public ObjectReference()
方法详细信息

setRef

public void setRef(String ref)

getRef

public String getRef()

setIsArray

public void setIsArray(String isArray)

getIsArray

public String getIsArray()

getCollectionType

public String getCollectionType()

setCollectionType

public void setCollectionType(String collectionType)


Copyright © 2006–2016 TinyGroup. All rights reserved.