public class CartridgeResourceDTO extends BaseResourceDTO
Modifier | Constructor and Description |
---|---|
protected |
CartridgeResourceDTO(String name,
CartridgeType type,
CartridgeResourceProperties properties) |
protected |
CartridgeResourceDTO(String name,
String displayName,
String description,
String type,
URL url,
CartridgeResourceProperties properties,
Map<String,Link> links,
Messages messages) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
CartridgeResourceProperties |
getProperties() |
CartridgeType |
getType() |
URL |
getUrl() |
String |
toString() |
getLink, getLinks, getMessages
protected CartridgeResourceDTO(String name, CartridgeType type, CartridgeResourceProperties properties)
public String getName()
public String getDisplayName()
public String getDescription()
public CartridgeType getType()
public URL getUrl()
public CartridgeResourceProperties getProperties()
Copyright © 2013 JBoss by Red Hat. All rights reserved.