public abstract class AbstractAsset extends Object implements IAsset
IAsset
.
Implements most common and trivial methods.Constructor and Description |
---|
AbstractAsset() |
AbstractAsset(String name) |
AbstractAsset(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description of this Asset
|
String |
getId()
Gets the identifier of this Asset
|
String |
getName()
Gets the name of Asset
|
String |
getTitle()
Gets the display name of Asset
|
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTitle(String title) |
public AbstractAsset()
public AbstractAsset(String name)
public String getDescription()
getDescription
in interface IAsset
public void setDescription(String description)
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getId()
public void setId(String id)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.