Class ContextProfileRecordImpl

  • All Implemented Interfaces:
    org.ikasan.spec.scheduled.profile.model.ContextProfileRecord

    public class ContextProfileRecordImpl
    extends java.lang.Object
    implements org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
    • Constructor Detail

      • ContextProfileRecordImpl

        public ContextProfileRecordImpl()
    • Method Detail

      • getProfileName

        public java.lang.String getProfileName()
        Specified by:
        getProfileName in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setProfileName

        public void setProfileName​(java.lang.String profileName)
        Specified by:
        setProfileName in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getContextName

        public java.lang.String getContextName()
        Specified by:
        getContextName in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setContextName

        public void setContextName​(java.lang.String contextName)
        Specified by:
        setContextName in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getOwner

        public java.lang.String getOwner()
        Specified by:
        getOwner in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setOwner

        public void setOwner​(java.lang.String owner)
        Specified by:
        setOwner in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getContextProfile

        public org.ikasan.spec.scheduled.profile.model.ContextProfile getContextProfile()
        Specified by:
        getContextProfile in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setContextProfile

        public void setContextProfile​(org.ikasan.spec.scheduled.profile.model.ContextProfile contextProfile)
        Specified by:
        setContextProfile in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getAccessGroups

        public java.util.List<java.lang.String> getAccessGroups()
        Specified by:
        getAccessGroups in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setAccessGroups

        public void setAccessGroups​(java.util.List<java.lang.String> accessGroups)
        Specified by:
        setAccessGroups in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getAccessUsers

        public java.util.List<java.lang.String> getAccessUsers()
        Specified by:
        getAccessUsers in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setAccessUsers

        public void setAccessUsers​(java.util.List<java.lang.String> accessUsers)
        Specified by:
        setAccessUsers in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getCreatedDateTime

        public long getCreatedDateTime()
        Specified by:
        getCreatedDateTime in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setCreatedDateTime

        public void setCreatedDateTime​(long createdDateTime)
        Specified by:
        setCreatedDateTime in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getModifiedDateTime

        public long getModifiedDateTime()
        Specified by:
        getModifiedDateTime in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setModifiedDateTime

        public void setModifiedDateTime​(long modifiedDateTime)
        Specified by:
        setModifiedDateTime in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • getModifiedBy

        public java.lang.String getModifiedBy()
        Specified by:
        getModifiedBy in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord
      • setModifiedBy

        public void setModifiedBy​(java.lang.String modifiedBy)
        Specified by:
        setModifiedBy in interface org.ikasan.spec.scheduled.profile.model.ContextProfileRecord