public class PropertyDTO extends Object
Constructor and Description |
---|
PropertyDTO() |
PropertyDTO(PropertyDescriptor propertyDescriptor) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
String |
getTypeName() |
boolean |
isReadable() |
boolean |
isWriteable() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setReadable(boolean readable) |
void |
setTypeName(String typeName) |
void |
setWriteable(boolean writeable) |
String |
toString() |
public PropertyDTO()
public PropertyDTO(PropertyDescriptor propertyDescriptor)
public String getName()
public void setName(String name)
public String getTypeName()
public void setTypeName(String typeName)
public boolean isReadable()
public void setReadable(boolean readable)
public boolean isWriteable()
public void setWriteable(boolean writeable)
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2020 JBoss by Red Hat. All rights reserved.