public interface WebDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a human readable description of this entity.
|
String |
getLargeIconUri()
Return the relative URI to the large icon for this descriptor.
|
String |
getName()
Return the human readable display name of this descriptor.
|
String |
getSmallIconUri()
Return the relative URI to the small icon for this descriptor.
|
void |
setDescription(String description) |
void |
setLargeIconUri(String largeIconUri) |
void |
setName(String name) |
void |
setSmallIconUri(String smallIconUri) |
String getLargeIconUri()
void setLargeIconUri(String largeIconUri)
String getSmallIconUri()
void setSmallIconUri(String smallIconUri)
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
Copyright © 2018. All rights reserved.