org.tinygroup.metadata.config.dto
类 Property

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

public class Property
extends Object

Created by wangwy11342 on 2016/5/19.


构造方法摘要
Property()
           
 
方法摘要
 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
 

构造方法详细信息

Property

public Property()
方法详细信息

getRef

public String getRef()

setRef

public void setRef(String ref)

getIsArray

public String getIsArray()

setIsArray

public void setIsArray(String isArray)

getCollectionType

public String getCollectionType()

setCollectionType

public void setCollectionType(String collectionType)


Copyright © 2006–2016 TinyGroup. All rights reserved.