~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.model/src/com/bdaum/zoom/cat/model/SlideShow_type.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        public boolean getSkipDublettes();
161
161
 
162
162
        /**
 
163
         * Set value of property voiceNotes
 
164
         *
 
165
         * @param _value - new element value
 
166
         */
 
167
        public void setVoiceNotes(boolean _value);
 
168
 
 
169
        /**
 
170
         * Get value of property voiceNotes
 
171
         *
 
172
         * @return - value of field voiceNotes
 
173
         */
 
174
        public boolean getVoiceNotes();
 
175
 
 
176
        /**
163
177
         * Set value of property lastAccessDate
164
178
         *
165
179
         * @param _value - new element value
173
187
         */
174
188
        public Date getLastAccessDate();
175
189
 
 
190
        /**
 
191
         * Set value of property perspective
 
192
         *
 
193
         * @param _value - new element value
 
194
         */
 
195
        public void setPerspective(String _value);
 
196
 
 
197
        /**
 
198
         * Get value of property perspective
 
199
         *
 
200
         * @return - value of field perspective
 
201
         */
 
202
        public String getPerspective();
 
203
 
176
204
        /* ----- Validation ----- */
177
205
 
178
206
        /**