com.sap.sl.sdk.authoring.security
Interface SecurityProfile

All Known Subinterfaces:
BusinessSecurityProfile, DataSecurityProfile

public interface SecurityProfile

A representation of the 'Profile' model object.

The following features are supported:


Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

This string represents the business name of the security profile.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String)

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

This string represents the business name of the security profile.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.