public interface CatalogUpdateCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getCatalogId()
Gets the catalog ID.
|
java.lang.String | getIdentifier()
Gets the catalog identifier.
|
void | setCatalogId(java.lang.Long anCatalogId)
Sets the catalog ID.
|
void | setDescLanguage(java.lang.Integer anDescLang)
Sets the language ID used for the catalog description.
|
void | setDescription(java.lang.String astrDescription)
Sets the description of the catalog.
|
void | setFullimage(java.lang.String astrFullimage)
Sets the path of the full image of the catalog.
|
void | setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the catalog.
|
void | setLongdescription(java.lang.String astrLongdescription)
Sets the long description of the catalog.
|
void | setMemberId(java.lang.Long anMemberId)
Sets the owner ID of catalog.
|
void | setName(java.lang.String astrName)
Sets the language dependent name of the catalog.
|
void | setShortdescription(java.lang.String astrShortdescription)
Sets the short description of the catalog.
|
void | setThumbnail(java.lang.String astrThumbnail)
Sets the path of the thumbnail image of the catalog.
|
void | setTPCLevel(java.lang.Integer anTPCLevel)
Sets the trading position container level of the catalog.
|
void | setURL(java.lang.String astrURL)
Sets the redirect URL
|
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getCatalogId()
java.lang.String getIdentifier()
void setCatalogId(java.lang.Long anCatalogId)
void setDescLanguage(java.lang.Integer anDescLang)
void setDescription(java.lang.String astrDescription)
void setFullimage(java.lang.String astrFullimage)
void setIdentifier(java.lang.String astrIdentifier)
void setLongdescription(java.lang.String astrLongdescription)
void setMemberId(java.lang.Long anMemberId)
void setName(java.lang.String astrName)
void setShortdescription(java.lang.String astrShortdescription)
void setThumbnail(java.lang.String astrThumbnail)
void setTPCLevel(java.lang.Integer anTPCLevel)
void setURL(java.lang.String astrURL)