public abstract class BaseSelectedItem extends Object implements Serializable
| Constructor and Description | 
|---|
| BaseSelectedItem(String id,
                String displayName,
                String name,
                String type,
                boolean backedUp)Creates an item for backup type Selected items. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDisplayName()Specifies the display name of the backup item. | 
| String | getId()Specifies the ID of the backup item. | 
| String | getName()Specifies the name of the backup item. | 
| String | getType()Specifies the type of the backup item. | 
| boolean | isBackedUp()Specifies if the item is backed up. | 
public BaseSelectedItem(String id, String displayName, String name, String type, boolean backedUp)
id - Specifies the VBO ID of the backup item.displayName - Specifies the display name of the backup item.name - Specifies the name of the backup item.type - Specifies the type of the backup item.backedUp - Specifies if the item is backed uppublic String getId()
public String getDisplayName()
public String getName()
public String getType()
public boolean isBackedUp()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.