Package | Description |
---|---|
com.kobil.ssms.asm.presentation.b2b | |
com.kobil.ssms.asm.presentation.b2b.validation |
Modifier and Type | Method and Description |
---|---|
static AstPropertyOwner |
AstPropertyOwner.findPropertyOwner(int key) |
AstPropertyOwner |
AstPropertyParam.getOwner() |
AstPropertyOwner |
AstProperty.getOwner() |
static AstPropertyOwner |
AstPropertyOwner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstPropertyOwner[] |
AstPropertyOwner.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AstPropertyParam.setOwner(AstPropertyOwner owner) |
void |
AstProperty.setOwner(AstPropertyOwner owner) |
Constructor and Description |
---|
AstProperty(AstPropertyOwner owner,
Object id,
String key,
Date expiresOn,
int flags,
short type,
byte[] binaryValue,
String reportingDetails) |
AstPropertyParam(AstPropertyOwner owner,
Object id,
String key,
Date expiresOn)
Sets the data property parameter data.
|
Modifier and Type | Method and Description |
---|---|
static void |
AsmServicesWsValidation.checkOwner(AstPropertyOwner owner)
Checks if propertyOwner is correctly set.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.