org.tinygroup.metadata.config.dto
类 Dto

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

public class Dto
extends BaseObject

Created by wangwy11342 on 2016/5/19.


构造方法摘要
Dto()
           
 
方法摘要
 String getInherit()
           
 List<ObjectReference> getObjectReferenceList()
           
 String getPackageName()
           
 List<Property> getPropertyList()
           
 void setInherit(String inherit)
           
 void setObjectReferenceList(List<ObjectReference> objectReferenceList)
           
 void setPackageName(String packageName)
           
 void setPropertyList(List<Property> propertyList)
           
 
从类 org.tinygroup.metadata.config.BaseObject 继承的方法
getDescription, getId, getName, getTitle, setDescription, setId, setName, setTitle
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Dto

public Dto()
方法详细信息

getPackageName

public String getPackageName()

setPackageName

public void setPackageName(String packageName)

getInherit

public String getInherit()

setInherit

public void setInherit(String inherit)

getPropertyList

public List<Property> getPropertyList()

setPropertyList

public void setPropertyList(List<Property> propertyList)

getObjectReferenceList

public List<ObjectReference> getObjectReferenceList()

setObjectReferenceList

public void setObjectReferenceList(List<ObjectReference> objectReferenceList)


Copyright © 2006–2016 TinyGroup. All rights reserved.