Package com.vidispine.generated
Class DeletionLockType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.DeletionLockType.PropInfo
-
- Enclosing class:
- DeletionLockType
public static class DeletionLockType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_ID
static String
ENTITY_TYPE
static String
EXPIRY_TIME
static String
ID
static String
IS_EFFECTIVE
static String
IS_EXPIRED
static String
IS_INHERITED
static String
METADATA
static String
MODIFIED
static String
USER
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
USER
public static final transient String USER
- See Also:
- Constant Field Values
-
EXPIRY_TIME
public static final transient String EXPIRY_TIME
- See Also:
- Constant Field Values
-
MODIFIED
public static final transient String MODIFIED
- See Also:
- Constant Field Values
-
ENTITY_TYPE
public static final transient String ENTITY_TYPE
- See Also:
- Constant Field Values
-
ENTITY_ID
public static final transient String ENTITY_ID
- See Also:
- Constant Field Values
-
METADATA
public static final transient String METADATA
- See Also:
- Constant Field Values
-
IS_EFFECTIVE
public static final transient String IS_EFFECTIVE
- See Also:
- Constant Field Values
-
IS_INHERITED
public static final transient String IS_INHERITED
- See Also:
- Constant Field Values
-
IS_EXPIRED
public static final transient String IS_EXPIRED
- See Also:
- Constant Field Values
-
-