public interface CatalogGroupDeleteCmd 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 | getCatgroupId()
Gets the catalog group ID.
|
java.lang.String | getIdentifier()
Gets the identifier of the catalog group.
|
void | setCatgroupId(java.lang.Long anCatgroupId)
Sets the catalog group ID.
|
void | setForce(java.lang.Integer anForce)
Sets the force option for the deleting the catalog group: 0 = Mark for delete.
|
void | setIdentifier(java.lang.String astrIdentifier)
Sets the identifier for the catalog group.
|
void | setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the date and time the Catalog Group was updated.
|
void | setMarkfordelete(java.lang.Integer anMarkfordelete)
Sets the mark for delete flag of the catalog group: 0, null = catalog group not mark for delete 1 = catalog group mark for delete This is not used unless specified.
|
void | setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the catalog group.
|
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 getCatgroupId()
java.lang.String getIdentifier()
void setCatgroupId(java.lang.Long anCatgroupId)
void setForce(java.lang.Integer anForce)
void setIdentifier(java.lang.String astrIdentifier)
void setLastupdate(java.sql.Timestamp atmLastupdate)
void setMarkfordelete(java.lang.Integer anMarkfordelete)
void setMemberId(java.lang.Long anMemberId)
void setURL(java.lang.String astrURL)