public class Properties
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Description: 属性集PO
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
| 构造器和说明 |
|---|
Properties() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone()
克隆对象
|
java.util.List<Property> |
getPropertyList() |
java.lang.String |
getType() |
void |
setPropertyList(java.util.List<Property> propertyList) |
void |
setType(java.lang.String type) |
public java.lang.Object clone()
clone 在类中 java.lang.Objectpublic java.lang.String getType()
public void setType(java.lang.String type)
public java.util.List<Property> getPropertyList()
public void setPropertyList(java.util.List<Property> propertyList)