AdvancedSettingsDto

public class AdvancedSettingsDto

The AdvancedSettingsDto contains information about advanced settings of an entity.

Methods

addNewIndex

public void addNewIndex(String lookupName)

equals

public boolean equals(Object obj)

{@inheritDoc}

getBrowsing

public BrowsingSettingsDto getBrowsing()

getEntityId

public Long getEntityId()

getId

public Long getId()

getIndexes

public List<LookupDto> getIndexes()

getRestOptions

public RestOptionsDto getRestOptions()

getTracking

public TrackingDto getTracking()

getUserPreferences

public UserPreferencesDto getUserPreferences()

hashCode

public int hashCode()

{@inheritDoc}

isFieldExposedByRest

public boolean isFieldExposedByRest(String fieldName)

removeIndex

public void removeIndex(Integer idx)

setBrowsing

public void setBrowsing(BrowsingSettingsDto browsing)

setEntityId

public void setEntityId(Long entityId)

setId

public void setId(Long id)

setIndexes

public void setIndexes(List<LookupDto> indexes)

setRestOptions

public void setRestOptions(RestOptionsDto restOptions)

setTracking

public void setTracking(TrackingDto tracking)

setUserPreferences

public void setUserPreferences(UserPreferencesDto userPreferences)

toString

public String toString()

{@inheritDoc}