com.mf.roundhouse.portal.domain
Class SecurityConstraint

java.lang.Object
  extended byKennewickObject
      extended bycom.mf.roundhouse.core.domain.RoundhouseObject
          extended bycom.mf.roundhouse.portal.domain.SecurityConstraint
All Implemented Interfaces:
java.io.Serializable

public class SecurityConstraint
extends RoundhouseObject

See Also:
Serialized Form

Field Summary
static java.lang.String DATA_CONSTRAINT_DESCRIPTION
           
static java.lang.String DISPLAY_NAME
           
static java.lang.String PORTLET_COLLECTION
           
static java.lang.String TRANSPORT_CONFIDENTIAL
           
static java.lang.String TRANSPORT_GUARANTEE
           
static java.lang.String TRANSPORT_INTEGRAL
           
static java.lang.String TRANSPORT_NONE
           
 
Constructor Summary
SecurityConstraint()
           
SecurityConstraint(ObjectIdentifier anId)
           
 
Method Summary
 TranslatedString getDataConstraintDescription()
           
 TranslatedString getDisplayName()
           
 java.util.Collection getPortletCollection()
           
 java.lang.String getTransportGuarantee()
           
 void setDataConstraintDescription(TranslatedString string)
           
 void setDisplayName(TranslatedString string)
           
 void setPortletCollection(java.util.Collection collection)
           
 void setTransportGuarantee(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSPORT_NONE

public static final java.lang.String TRANSPORT_NONE
See Also:
Constant Field Values

TRANSPORT_INTEGRAL

public static final java.lang.String TRANSPORT_INTEGRAL
See Also:
Constant Field Values

TRANSPORT_CONFIDENTIAL

public static final java.lang.String TRANSPORT_CONFIDENTIAL
See Also:
Constant Field Values

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
See Also:
Constant Field Values

PORTLET_COLLECTION

public static final java.lang.String PORTLET_COLLECTION
See Also:
Constant Field Values

DATA_CONSTRAINT_DESCRIPTION

public static final java.lang.String DATA_CONSTRAINT_DESCRIPTION
See Also:
Constant Field Values

TRANSPORT_GUARANTEE

public static final java.lang.String TRANSPORT_GUARANTEE
See Also:
Constant Field Values
Constructor Detail

SecurityConstraint

public SecurityConstraint(ObjectIdentifier anId)
                   throws java.lang.Exception
Parameters:
anId -
Throws:
java.lang.Exception

SecurityConstraint

public SecurityConstraint()
Method Detail

getDataConstraintDescription

public TranslatedString getDataConstraintDescription()
Returns:

getDisplayName

public TranslatedString getDisplayName()
Returns:

getPortletCollection

public java.util.Collection getPortletCollection()
Returns:

setDataConstraintDescription

public void setDataConstraintDescription(TranslatedString string)
Parameters:
string -

setDisplayName

public void setDisplayName(TranslatedString string)
Parameters:
string -

setPortletCollection

public void setPortletCollection(java.util.Collection collection)
Parameters:
collection -

getTransportGuarantee

public java.lang.String getTransportGuarantee()
Returns:

setTransportGuarantee

public void setTransportGuarantee(java.lang.String string)
Parameters:
string -


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.