com.adobe.idp.dsc.registry.service
Class ModifyServiceInfo

java.lang.Object
  extended by com.adobe.idp.dsc.registry.service.ModifyServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class ModifyServiceInfo
extends java.lang.Object
implements java.io.Serializable

This class allows you to retrieve and set modifiable service information.

See Also:
Serialized Form

Constructor Summary
ModifyServiceInfo()
           
 
Method Summary
 boolean getAnonymousOverride()
          Determines whether clients will be able to anonymously access operations that are specified as anonymous.
 java.lang.String getCategoryId()
          Retrieves the category identifier that will be applied to the service object.
 java.lang.String getId()
          Retrieves the service identifier.
 boolean getSecurityEnabled()
          Determines whether security is enabled and the anonymous flag is honored.
 boolean isAnonymousOverrideSet()
          Determines whether the property specifying whether clients will be able to anonymously access operations that are specified as anonymous has been set.
 boolean isCategoryIdSet()
          Determines whether the category identifier has been set for this object.
 boolean isSecurityEnabledSet()
          Determines whether the property specifying whether security is enabled has been set.
 void setAnonymousOverride(boolean aVal)
          Sets whether clients will be able to anonymously access operations that are specified as anonymous.
 void setCategoryId(java.lang.String aId)
          Sets the category identifier that will be applied to the service object.
 void setId(java.lang.String aId)
          Sets the service identifier.
 void setSecurityEnabled(boolean aVal)
          Sets whether security is enabled and the anonymous flag is honored.
 java.lang.String toString()
          Creates a string containing the modifiable service information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyServiceInfo

public ModifyServiceInfo()
Method Detail

setId

public void setId(java.lang.String aId)
Sets the service identifier.

Parameters:
aId - The service identifier.

getId

public java.lang.String getId()
Retrieves the service identifier.

Returns:
The service identifier.

setCategoryId

public void setCategoryId(java.lang.String aId)
Sets the category identifier that will be applied to the service object.

Parameters:
aId - The category identifier that will be applied to the service object.

getCategoryId

public java.lang.String getCategoryId()
Retrieves the category identifier that will be applied to the service object.

Returns:
The category identifier that will be applied to the service object.

isCategoryIdSet

public boolean isCategoryIdSet()
Determines whether the category identifier has been set for this object.

Returns:
true if the category identifier has been set for this object, false otherwise.

setAnonymousOverride

public void setAnonymousOverride(boolean aVal)
Sets whether clients will be able to anonymously access operations that are specified as anonymous. Those operations not flagged as anonymous by the developer will not be accessible anonymously.

Parameters:
aVal - true if clients will be able to anonymously access operations that are specified as anonymous, false otherwise.

getAnonymousOverride

public boolean getAnonymousOverride()
Determines whether clients will be able to anonymously access operations that are specified as anonymous. Those operations not flagged as anonymous by the developer will not be accessible anonymously.

Returns:
true if clients will be able to anonymously access operations that are specified as anonymous, false otherwise.

isAnonymousOverrideSet

public boolean isAnonymousOverrideSet()
Determines whether the property specifying whether clients will be able to anonymously access operations that are specified as anonymous has been set.

Returns:
true if the property has been set, false otherwise.

setSecurityEnabled

public void setSecurityEnabled(boolean aVal)
Sets whether security is enabled and the anonymous flag is honored.

Parameters:
aVal - true if security is enabled and the anonymous flag is honored, false otherwise.

getSecurityEnabled

public boolean getSecurityEnabled()
Determines whether security is enabled and the anonymous flag is honored.

Returns:
true if security is enabled and the anonymous flag is honored, false otherwise.

isSecurityEnabledSet

public boolean isSecurityEnabledSet()
Determines whether the property specifying whether security is enabled has been set.

Returns:
true if the property specifying whether security is enabled has been set, false otherwise.

toString

public java.lang.String toString()
Creates a string containing the modifiable service information.

Overrides:
toString in class java.lang.Object
Returns:
A string containing the modifiable service information.


[an error occurred while processing this directive] [an error occurred while processing this directive]